nuttx-apps/graphics/lvgl
pengyiqiang c0d8a07042 lvgl/Makefile: support multiple options for LV_OPTLEVEL
This configuration is added to put LVGL into PSRAM for execution, and the lv_*.o file needs to be matched in the link script. Since LTO optimization will cause the file name to be modified, resulting in a matching failure, it will only take effect if LTO optimization is removed during compilation.

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-09-19 03:46:34 +08:00
..
.gitignore graphics/lvgl: Bump lvgl version to 7.0.2 2020-06-17 12:13:36 -03:00
0001-fix-demo-fix-compile-warning.patch apps/lvgl: fix compile warning 2024-04-29 19:33:23 +08:00
CMakeLists.txt lvgl/Makefile: support multiple options for LV_OPTLEVEL 2024-09-19 03:46:34 +08:00
Kconfig lvgl: add customize compilation optimization level config 2024-09-19 03:46:34 +08:00
Make.defs graphics/lvgl: Upgrade to lvgl v8 version 2023-01-01 10:14:55 -03:00
Makefile lvgl/Makefile: support multiple options for LV_OPTLEVEL 2024-09-19 03:46:34 +08:00