tests: lib: gui: lvgl: Add testcase for OSAL implementation
This patch adds a testcase adding the OSAL to ensure the implementation is built during CI. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
9a4ae67f7b
commit
e9dc495e55
1 changed files with 12 additions and 0 deletions
|
|
@ -80,3 +80,15 @@ tests:
|
|||
- EXTRA_CONF_FILE=prj_blk.conf
|
||||
tags:
|
||||
- shield
|
||||
libraries.gui.lvgl.osal:
|
||||
extra_configs:
|
||||
- CONFIG_LV_Z_USE_OSAL=y
|
||||
- CONFIG_DYNAMIC_THREAD=y
|
||||
- CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
|
||||
- CONFIG_DYNAMIC_THREAD_ALLOC=y
|
||||
platform_allow:
|
||||
- native_posix/native/64
|
||||
- native_sim/native/64
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
|||
Loading…
Reference in a new issue