@@ -124,9 +124,18 @@ Deprecated in this release
124124 :option: `CONFIG_LEGACY_DEVICETREE_MACROS `. See :ref: `dt-legacy-macros ` for
125125 more information, including a link to a migration guide to the new API.
126126
127+ * Other
128+
129+ * ``MACRO_MAP `` has been deprecated. Use ``FOR_EACH `` instead.
130+ * ``BUILD_ASSERT_MSG `` has been deprecated. Use ``BUILD_ASSERT `` instead.
131+
127132Removed APIs in this release
128133============================
129134
135+ * The ``INLINE `` macro in ``util.h `` has been removed.
136+ * ``STACK_ANALYZE ``, ``stack_analyze `` and ``stack_unused_space_get `` have been
137+ removed.
138+
130139
131140Stable API changes in this release
132141==================================
@@ -235,44 +244,43 @@ Boards & SoC Support
235244
236245* Added support for these SoC series:
237246
238- .. rst-class :: rst-columns
239-
240- * Broadcom Viper BCM58402
241- * Infineon XMC4500 SoC
242- * Nordic nRF52820 SoC
243- * NXP LPC55S16 SoC
244- * SiLabs EFR32BG13P SoC
245- * STM32L5 series of Ultra-low-power MCUs
247+ * Broadcom Viper BCM58402
248+ * Infineon XMC4500 SoC
249+ * Nordic nRF52820 SoC
250+ * NXP LPC55S16 SoC
251+ * SiLabs EFR32BG13P SoC
252+ * STM32L5 series of Ultra-low-power MCUs
246253
247254* Added support for these ARM boards:
248255
249- .. rst-class :: rst-columns
250-
251- * 96Boards AeroCore 2
252- * Adafruit Feather nRF52840 Express
253- * Adafruit Feather STM32F405 Express
254- * Black STM32 F407VE Development Board
255- * Black STM32 F407ZG Pro Development Board
256- * Broadcom BCM958402M2
257- * EFR32 BRD4104A (SLWRB4104A)
258- * Infineon XMC45-RELAX-KIT
259- * nRF52820 emulation on nRF52833 DK
260- * nrf9160 INNBLUE21
261- * nrf9160 INNBLUE22
262- * NXP LPCXpresso55S16
263- * SEGGER IP Switch Board
264- * ST Nucleo H743ZI
265- * ST Nucleo F303RE
266- * ST Nucleo L552ZE-Q
256+ * 96Boards AeroCore 2
257+ * Adafruit Feather nRF52840 Express
258+ * Adafruit Feather STM32F405 Express
259+ * Black STM32 F407VE Development Board
260+ * Black STM32 F407ZG Pro Development Board
261+ * Broadcom BCM958402M2
262+ * EFR32 BRD4104A (SLWRB4104A)
263+ * Infineon XMC45-RELAX-KIT
264+ * nRF52820 emulation on nRF52833 DK
265+ * nrf9160 INNBLUE21
266+ * nrf9160 INNBLUE22
267+ * NXP LPCXpresso55S16
268+ * SEGGER IP Switch Board
269+ * ST Nucleo H743ZI
270+ * ST Nucleo F303RE
271+ * ST Nucleo L552ZE-Q
272+
273+ * Made these changes in other boards
274+
275+ * ``up_squared `` now defaults to the x86_64 architecture
276+ * ``intel_s1000 `` now supports SMP
267277
268278* Added support for these following shields:
269279
270- .. rst-class :: rst-columns
271-
272- * Espressif ESP-8266 Module
273- * MikroElektronika ADC Click
274- * MikroElectronica Eth Click
275- * ST X-NUCLEO-IKS02A1: MEMS Inertial and Environmental Multi sensor shield
280+ * Espressif ESP-8266 Module
281+ * MikroElektronika ADC Click
282+ * MikroElectronica Eth Click
283+ * ST X-NUCLEO-IKS02A1: MEMS Inertial and Environmental Multi sensor shield
276284
277285Drivers and Sensors
278286*******************
0 commit comments