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 d9ef4b7 commit db9ba18Copy full SHA for db9ba18
doc/releases/release-notes-4.0.rst
@@ -1242,6 +1242,9 @@ Nanopb
1242
LVGL
1243
****
1244
1245
+* Added definition of ``LV_ATTRIBUTE_MEM_ALIGN`` so library internal data structures can be aligned
1246
+ to a specific boundary.
1247
+
1248
zcbor
1249
*****
1250
@@ -1263,6 +1266,9 @@ Tests and Samples
1263
1266
explicitly run in native_posix now run in :ref:`native_sim<native_sim>` instead.
1264
1267
native_posix as a platform remains tested though.
1265
1268
1269
+* Added :zephyr:code-sample:`smf_calculator` sample demonstrating the usage of the State Machine framework
1270
+ in combination with LVGL to create a simple calculator application.
1271
1272
Issue Related Items
1273
*******************
1274
0 commit comments