mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-09 00:30:11 +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
4 lines
69 B
YAML
4 lines
69 B
YAML
dependencies:
|
|
lvgl/lvgl: "9.2.2"
|
|
joltwallet/littlefs: "~=1.20.0"
|