Skip to content

Commit c010e45

Browse files
author
Alain Volmat
committed
doc: release notes: add LVGL zephyr regions options
Add description of new LVGL Kconfig options to specify the zephyr regions used by LVGL. Signed-off-by: Alain Volmat <[email protected]>
1 parent e868e01 commit c010e45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@ New APIs and options
145145
* :c:macro:`K_THREAD_HW_SHADOW_STACK_ATTACH`
146146
* :c:macro:`k_thread_hw_shadow_stack_attach`
147147

148+
* LVGL (Light and Versatile Graphics Library)
149+
150+
* Introduced 4 new Kconfig options to specify Zephyr memory regions for placing the memory pool and
151+
rendering buffers
152+
* :kconfig:option:`CONFIG_LV_Z_MEMORY_POOL_ZEPHYR_REGION`
153+
* :kconfig:option:`CONFIG_LV_Z_MEMORY_POOL_ZEPHYR_REGION_NAME`
154+
* :kconfig:option:`CONFIG_LV_Z_VDB_ZEPHYR_REGION`
155+
* :kconfig:option:`CONFIG_LV_Z_VDB_ZEPHYR_REGION_NAME`
156+
148157
* Logging:
149158

150159
* Added rate-limited logging macros to prevent log flooding when messages are generated frequently.

0 commit comments

Comments
 (0)