Skip to content

Commit

Permalink
doc: release: 3.4: Add auxdisplay addition node
Browse files Browse the repository at this point in the history
Adds a note on unstable auxiliary display support being added,
alongside 3 drivers.

Signed-off-by: Jamie McCrae <spam@helper3000.net>
  • Loading branch information
thedjnK committed May 25, 2023
1 parent 81202b9 commit 184e8d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/releases/release-notes-3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
******

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 184e8d9

Please sign in to comment.