CMakeLists.txt: Let the user configure whether LV_ATTRIBUTE_FAST_MEM is IRAM_ATTR (#1939)

This commit is contained in:
Carlos Diaz
2020-11-27 12:17:15 -06:00
committed by GitHub
parent 9797c555c0
commit 3c55dfb672
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
# Kconfig file for LVGL v7.7.1
menu "LVGL configuration"
config LV_ATTRIBUTE_FAST_MEM_USE_IRAM
bool "Set IRAM as LV_ATTRIBUTE_FAST_MEM"
help
Set this option to configure IRAM as LV_ATTRIBUTE_FAST_MEM
config LV_CONF_MINIMAL
bool "LVGL minimal configuration."