@@ -167,6 +167,9 @@ Boards & SoC Support
167
167
* Added ESP32 WROVER-E-N16R4 variant.
168
168
* STM32H5: Added support for OpenOCD through STMicroelectronics OpenOCD fork.
169
169
* MAX32: Enabled Segger RTT and SystemView support.
170
+ * Silabs Series 2: Use oscillator, clock and DCDC configuration from device tree during init.
171
+ * Silabs Series 2: Added initialization for SMU (Security Management Unit).
172
+ * Silabs Series 2: Use sleeptimer as the default OS timer instead of systick.
170
173
171
174
* Added support for these boards:
172
175
@@ -344,6 +347,7 @@ Drivers and Sensors
344
347
:dtcompatible: `renesas,ra-cgc-pclk-block `, :dtcompatible: `renesas,ra-cgc-pll `,
345
348
:dtcompatible: `renesas,ra-cgc-external-clock `, :dtcompatible: `renesas,ra-cgc-subclk `,
346
349
:dtcompatible: `renesas,ra-cgc-pll-out `)
350
+ * Silabs: Added support for Series 2+ Clock Management Unit (see :dtcompatible: `silabs,series-clock `)
347
351
348
352
* Comparator
349
353
@@ -672,6 +676,7 @@ Drivers and Sensors
672
676
673
677
* Added initial support for Renesas RA8 SPI driver (:dtcompatible: `renesas,ra8-spi-b `)
674
678
* Added RTIO support to the Analog Devices MAX32 driver.
679
+ * Silabs: Added support for EUSART (:dtcompatible: `silabs,gecko-spi-eusart `)
675
680
676
681
* Steppers
677
682
@@ -684,6 +689,10 @@ Drivers and Sensors
684
689
* Added stepper api test-suite
685
690
* Added stepper shell test-suite
686
691
692
+ * Timer
693
+
694
+ * Silabs: Added support for Sleeptimer (:dtcompatible: `silabs,gecko-stimer `)
695
+
687
696
* USB
688
697
689
698
* Added support for USB HS on STM32U59x/STM32U5Ax SoC variants.
@@ -1194,6 +1203,10 @@ HALs
1194
1203
* Synced HAL to version v5.1.4 to update SoCs low level files, RF libraries and
1195
1204
overall driver support.
1196
1205
1206
+ * Silabs
1207
+
1208
+ * Updated Series 2 to Simplicity SDK 2024.6, while Series 0/1 continue to use Gecko SDK 4.4.
1209
+
1197
1210
MCUboot
1198
1211
*******
1199
1212
0 commit comments