From 167e9dd85b1ce114761f31f2e2692037aeaceafe Mon Sep 17 00:00:00 2001 From: Fabian Blatz Date: Mon, 11 Nov 2024 08:20:40 +0100 Subject: [PATCH] doc: release: 4.0: Add lvgl notes Add release notes section about lvgl and the added sample. Signed-off-by: Fabian Blatz --- doc/releases/release-notes-4.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index 19469ea732a20..50e14b348f0a6 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -1080,6 +1080,9 @@ Nanopb LVGL **** +* Added definition of ``LV_ATTRIBUTE_MEM_ALIGN`` so library internal data structures can be aligned + to a specific boundary. + zcbor ***** @@ -1101,6 +1104,9 @@ Tests and Samples explicitly run in native_posix now run in :ref:`native_sim` instead. native_posix as a platform remains tested though. +* Added :zephyr:code-sample:`smf_calculator` sample demonstrating the usage of the State Machine framework + in combination with LVGL to create a simple calculator application. + Issue Related Items *******************