@@ -226,6 +226,7 @@ Boards & SoC Support
226
226
* Made these changes for ARM64 boards:
227
227
228
228
* Made these changes for RISC-V boards:
229
+
229
230
* Enabled ADC support on ``longan_nano ``.
230
231
231
232
* Made these changes for X86 boards:
@@ -605,9 +606,11 @@ Drivers and Sensors
605
606
* Regulators
606
607
607
608
* Added new API functions
609
+
608
610
* :c:func: `regulator_set_active_discharge `
609
611
* :c:func: `regulator_get_active_discharge `
610
612
* :c:func: `regulator_list_current_limit `
613
+
611
614
* ``startup-delay-us `` and ``off-on-delay-us `` are now supported for all regulators.
612
615
* Added non-multithreading support.
613
616
* Added support for :dtcompatible: `maxim,max20335-regulator `.
@@ -702,11 +705,14 @@ Drivers and Sensors
702
705
* Updated ``uart_esp32 `` to use serial port configuration from devicetree.
703
706
* Added an adaptation API to provide interrupt driven API for drivers
704
707
which have only implemented async API.
708
+
705
709
* Emulated UART driver (:file: `drivers/serial/uart_emul.c `):
710
+
706
711
* Added emulated interrupt based TX.
707
712
* Added emulated error for testing.
708
713
* Modified to use local work queue for data transfer.
709
714
* Modified FIFO size and its handling to be more aligned with real hardware.
715
+
710
716
* On STM32 devices, it is now possible to enable FIFO by setting a ``fifo-enable ``
711
717
property in targeted serial node, with the following benefits:
712
718
In TX, FIFO allows to work in burst mode, easing scheduling of loaded applications.
0 commit comments