We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50777a commit 167e9ddCopy full SHA for 167e9dd
doc/releases/release-notes-4.0.rst
@@ -1080,6 +1080,9 @@ Nanopb
1080
LVGL
1081
****
1082
1083
+* Added definition of ``LV_ATTRIBUTE_MEM_ALIGN`` so library internal data structures can be aligned
1084
+ to a specific boundary.
1085
+
1086
zcbor
1087
*****
1088
@@ -1101,6 +1104,9 @@ Tests and Samples
1101
1104
explicitly run in native_posix now run in :ref:`native_sim<native_sim>` instead.
1102
1105
native_posix as a platform remains tested though.
1103
1106
1107
+* Added :zephyr:code-sample:`smf_calculator` sample demonstrating the usage of the State Machine framework
1108
+ in combination with LVGL to create a simple calculator application.
1109
1110
Issue Related Items
1111
*******************
1112
0 commit comments