@@ -222,6 +222,8 @@ Boards & SoC Support
222222* Added support for these ARM boards:
223223
224224 * da1469x_dk_pro
225+ * ST STM32F7508-DK Discovery Kit
226+ * WeAct Studio Black Pill V3.0
225227
226228* Added support for these ARM64 boards:
227229
@@ -243,6 +245,8 @@ Drivers and Sensors
243245
244246* ADC
245247
248+ * STM32: Now supports Vbat monitoring channel and STM32U5 series.
249+
246250* Audio
247251
248252* CAN
@@ -260,13 +264,21 @@ Drivers and Sensors
260264 * The Zephyr network CAN bus driver, which provides raw L2 access to the CAN bus via a CAN
261265 controller driver, has been moved to :zephyr_file: `drivers/net/canbus.c ` and can now be enabled
262266 using :kconfig:option: `CONFIG_NET_CANBUS `.
267+ * STM32: Now supports dual CAN instances.
268+
269+ * Clock control
270+
271+ * STM32: PLL_P, PLL_Q, PLL_R outputs can now be used as domain clock.
263272
264273* Clock Control
265274
266275* Coredump
267276
268277* Counter
269278
279+ * STM32: RTC : Now supports STM32U5 and STM32F1 series.
280+ * STM32: Timer : Now supports STM32L4 series.
281+
270282* Crypto
271283
272284* DAC
@@ -282,6 +294,8 @@ Drivers and Sensors
282294
283295* DMA
284296
297+ * STM32: Now supports stm32u5 series.
298+
285299* EEPROM
286300
287301 * Added Microchip XEC (MEC172x) on-chip EEPROM driver. See the
@@ -296,6 +310,7 @@ Drivers and Sensors
296310* Flash
297311
298312 * Added flash driver for Renesas Smartbond platform
313+ * STM32: Added OSPI NOR-flash driver. Supports STM32H7 and STM32U5. Supports DMA.
299314
300315* GPIO
301316
@@ -305,6 +320,8 @@ Drivers and Sensors
305320
306321* I2C
307322
323+ * STM32: support for second target address was added.
324+
308325* I2S
309326
310327* I3C
@@ -358,11 +375,14 @@ Drivers and Sensors
358375* Serial
359376
360377 * Added serial driver for Renesas Smartbond platform
378+ * The STM32 driver now allows to use serial device as stop mode wake up source.
361379
362380* SPI
363381
364382* Timer
365383
384+ * STM32 LPTIM based timer should now be configured using device tree.
385+
366386* USB
367387
368388* W1
@@ -467,6 +487,8 @@ Libraries / Subsystems
467487
468488* SD Subsystem
469489
490+ * SDMMC STM32: Added DMA support and now compatible with STM32L5 series.
491+
470492* Settings
471493
472494* Shell
@@ -498,6 +520,13 @@ HALs
498520
499521* STM32
500522
523+ * stm32cube: update stm32f7 to cube version V1.17.0
524+ * stm32cube: update stm32g0 to cube version V1.6.1
525+ * stm32cube: update stm32g4 to cube version V1.5.1
526+ * stm32cube: update stm32l4 to cube version V1.17.2
527+ * stm32cube: update stm32u5 to cube version V1.1.1
528+ * stm32cube: update stm32wb to cube version V1.14.0
529+
501530* Silabs
502531
503532* TI
0 commit comments