From 6ff540c89c24185ae6702224ea9476b0ac994eaa Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 28 Feb 2023 20:15:38 +0000 Subject: [PATCH] doc: release: 3.4: Add auxdisplay addition node Adds a note on unstable auxiliary display support being added, alongside 3 drivers. Signed-off-by: Jamie McCrae --- doc/releases/release-notes-3.4.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/releases/release-notes-3.4.rst b/doc/releases/release-notes-3.4.rst index 68d089fda94500..f2f2e7f1be9e59 100644 --- a/doc/releases/release-notes-3.4.rst +++ b/doc/releases/release-notes-3.4.rst @@ -200,6 +200,8 @@ New APIs in this release :c:func:`rtc_set_calibration` and :c:func:`rtc_get_calibration` are enabled with :kconfig:option:`CONFIG_RTC_CALIBRATION`. +* Introduced :ref:`auxdisplay_api` for auxiliary (alphanumeric-based) displays. + Kernel ****** @@ -335,6 +337,18 @@ Build system and infrastructure Drivers and Sensors ******************* +* Auxiliary display + + * New auxiliary display (auxdisplay) peripheral has been added, this allows + for interfacing with simple alphanumeric displays that do not feature + graphic capabilities. This peripheral is marked as unstable. + + * HD44780 driver added. + + * Noritake Itron driver added. + + * Grove LCD driver added (ported from existing sample). + * ADC * MCUX LPADC driver now uses the channel parameter to select a software channel