File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -482,6 +482,8 @@ Drivers and Sensors
482
482
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible: `adi,max32-counter `).
483
483
* Updated the NXP counter_mcux_lptmr driver to support multiple instances of the lptmr
484
484
peripheral.
485
+ * Converted the NXP S32 System Timer Module driver to native Zephyr code
486
+ * Added support for late and short relative alarms area to NXP nxp_sys_timer (:dtcompatible: `nxp,s32-sys-timer `)
485
487
486
488
* Crypto
487
489
@@ -490,10 +492,6 @@ Drivers and Sensors
490
492
* DAC
491
493
492
494
* DAC API now supports specifying channel path as internal. Support has been added in STM32 drivers.
493
- * Updated the initialization of clocks for the NXP LPTMR driver
494
- * Converted the NXP S32 System Timer Module driver to native Zephyr code
495
- * Converted NXP S32 Software Watchdog Timer driver to native Zephyr code
496
- * Added support late and short relative alarms area to NXP nxp_sys_timer (:dtcompatible: `nxp,s32-sys-timer `)
497
495
498
496
* Disk
499
497
@@ -904,6 +902,7 @@ Drivers and Sensors
904
902
* Watchdog
905
903
906
904
* Added driver for Analog Devices MAX32 SoC series (:dtcompatible: `adi,max32-watchdog `).
905
+ * Converted NXP S32 Software Watchdog Timer driver to native Zephyr code
907
906
908
907
* Wi-Fi
909
908
You can’t perform that action at this time.
0 commit comments