Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/releases/release-notes-4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****

Expand All @@ -1101,6 +1104,9 @@ Tests and Samples
explicitly run in native_posix now run in :ref:`native_sim<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
*******************

Expand Down
Loading