@@ -73,6 +73,17 @@ https://docs.zephyrproject.org/latest/security/vulnerabilities.html
73
73
API Changes
74
74
***********
75
75
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
+
76
87
* Removed deprecated arch-level CMSIS header files
77
88
``include/zephyr/arch/arm/cortex_a_r/cmsis.h `` and
78
89
``include/zephyr/arch/arm/cortex_m/cmsis.h ``. ``cmsis_core.h `` needs to be
@@ -81,20 +92,11 @@ API Changes
81
92
* Removed deprecated ``ceiling_fraction `` macro. :c:macro: `DIV_ROUND_UP ` needs
82
93
to be used now.
83
94
84
- * Deprecated ``EARLY ``, ``APPLICATION `` and ``SMP `` init levels can no longer be
85
- used for devices.
86
-
87
95
* Removed deprecated header file
88
96
``include/zephyr/random/rand32.h ``. ``random.h `` needs to be included now.
89
97
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.
98
100
99
101
Deprecated in this release
100
102
==========================
0 commit comments