@@ -73,6 +73,17 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
7373API Changes
7474***********
7575
76+ Removed APIs in this release
77+ ============================
78+
79+ * Macro ``K_THREAD_STACK_MEMBER ``, deprecated since v3.5.0, has been removed.
80+ Use :c:macro: `K_KERNEL_STACK_MEMBER ` instead.
81+
82+ * ``CBPRINTF_PACKAGE_COPY_* `` macros, deprecated since Zephyr 3.5.0, have been removed.
83+
84+ * ``_ENUM_TOKEN `` and ``_ENUM_UPPER_TOKEN `` macros, deprecated since Zephyr 2.7.0,
85+ are no longer generated.
86+
7687* Removed deprecated arch-level CMSIS header files
7788 ``include/zephyr/arch/arm/cortex_a_r/cmsis.h `` and
7889 ``include/zephyr/arch/arm/cortex_m/cmsis.h ``. ``cmsis_core.h `` needs to be
@@ -81,20 +92,11 @@ API Changes
8192* Removed deprecated ``ceiling_fraction `` macro. :c:macro: `DIV_ROUND_UP ` needs
8293 to be used now.
8394
84- * Deprecated ``EARLY ``, ``APPLICATION `` and ``SMP `` init levels can no longer be
85- used for devices.
86-
8795* Removed deprecated header file
8896 ``include/zephyr/random/rand32.h ``. ``random.h `` needs to be included now.
8997
90- Removed APIs in this release
91- ============================
92-
93- * Macro ``K_THREAD_STACK_MEMBER ``, deprecated since v3.5.0, has been removed.
94- Use :c:macro: `K_KERNEL_STACK_MEMBER ` instead.
95- * ``CBPRINTF_PACKAGE_COPY_* `` macros, deprecated since Zephyr 3.5.0, have been removed.
96- * ``_ENUM_TOKEN `` and ``_ENUM_UPPER_TOKEN `` macros, deprecated since Zephyr 2.7.0,
97- are no longer generated.
98+ * Deprecated ``EARLY ``, ``APPLICATION `` and ``SMP `` init levels can no longer be
99+ used for devices.
98100
99101Deprecated in this release
100102==========================
0 commit comments