@@ -226,6 +226,7 @@ Boards & SoC Support
226226* Made these changes for ARM64 boards:
227227
228228* Made these changes for RISC-V boards:
229+
229230 * Enabled ADC support on ``longan_nano ``.
230231
231232* Made these changes for X86 boards:
@@ -605,9 +606,11 @@ Drivers and Sensors
605606* Regulators
606607
607608 * Added new API functions
609+
608610 * :c:func: `regulator_set_active_discharge `
609611 * :c:func: `regulator_get_active_discharge `
610612 * :c:func: `regulator_list_current_limit `
613+
611614 * ``startup-delay-us `` and ``off-on-delay-us `` are now supported for all regulators.
612615 * Added non-multithreading support.
613616 * Added support for :dtcompatible: `maxim,max20335-regulator `.
@@ -702,11 +705,14 @@ Drivers and Sensors
702705 * Updated ``uart_esp32 `` to use serial port configuration from devicetree.
703706 * Added an adaptation API to provide interrupt driven API for drivers
704707 which have only implemented async API.
708+
705709 * Emulated UART driver (:file: `drivers/serial/uart_emul.c `):
710+
706711 * Added emulated interrupt based TX.
707712 * Added emulated error for testing.
708713 * Modified to use local work queue for data transfer.
709714 * Modified FIFO size and its handling to be more aligned with real hardware.
715+
710716 * On STM32 devices, it is now possible to enable FIFO by setting a ``fifo-enable ``
711717 property in targeted serial node, with the following benefits:
712718 In TX, FIFO allows to work in burst mode, easing scheduling of loaded applications.
0 commit comments