feat(test): test bin image loaded to RAM or not (#5895)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2024-03-19 00:14:52 +08:00
committed by GitHub
parent 6e76854009
commit 7ca3bdab14
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ extern "C" {
#define LV_USE_STDLIB_SPRINTF LV_STDLIB_CLIB
#define LV_USE_OS LV_OS_PTHREAD
#define LV_OBJ_STYLE_CACHE 0
#define LV_BIN_DECODER_RAM_LOAD 1 /* Run test with bin image loaded to RAM */
#endif
#ifdef LVGL_CI_USING_DEF_HEAP
@@ -29,6 +30,7 @@ extern "C" {
#define LV_USE_STDLIB_STRING LV_STDLIB_BUILTIN
#define LV_USE_STDLIB_SPRINTF LV_STDLIB_BUILTIN
#define LV_OBJ_STYLE_CACHE 1
#define LV_BIN_DECODER_RAM_LOAD 0
#endif
#ifdef MICROPYTHON

View File

@@ -95,7 +95,6 @@
#define LV_USE_OBJ_ID 1
#define LV_USE_OBJ_ID_BUILTIN 1
#define LV_USE_OBJ_PROPERTY 0
#define LV_BIN_DECODER_RAM_LOAD 1
#define LV_CACHE_DEF_SIZE (10 * 1024 * 1024)