mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-20 09:53:36 +03:00
- Replace SPIFFS with LittleFS as the preferred NOR flash file system - Expand the Image Resource section in README with detailed file system documentation - Add pytest_i80_controller_lvgl.py to test both image_in_bin and image_in_fs configurations - Increase LVGL task stack size from 4KB to 8KB to prevent stack overflow when loading images from FS - Add CONFIG_LV_USE_CLIB_MALLOC to sdkconfig.defaults Made-with: Cursor
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
CONFIG_LV_CONF_SKIP=y
|
|
CONFIG_LV_USE_CLIB_MALLOC=y
|
|
CONFIG_LV_USE_OBSERVER=y
|
|
CONFIG_LV_USE_SYSMON=y
|
|
CONFIG_LV_USE_PERF_MONITOR=y
|
|
CONFIG_FREERTOS_HZ=1000
|