Add mklittlefs

This commit is contained in:
fvanroie 2021-04-29 00:07:01 +02:00
parent c5178f5856
commit 8b9154cb82
4 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,7 @@ platform = espressif32
board_upload.flash_size=4MB
board_upload.maximum_size = 4194304
board_build.partitions = user_setups/esp32/partition_app1704k_spiffs720k.csv
board_build.filesystem = littlefs
; ----- crash reporter
monitor_filters = esp32_exception_decoder
@ -146,6 +147,7 @@ ps_ram =
-mfix-esp32-psram-cache-issue
extra_scripts =
tools/littlefsbuilder.py
tools/esp_merge_bin.py
tools/analyze_elf.py
; ${env.extra_scripts}

2
tools/littlefsbuilder.py Normal file
View File

@ -0,0 +1,2 @@
Import("env")
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/tools/mklittlefs' )

BIN
tools/mklittlefs Normal file

Binary file not shown.

BIN
tools/mklittlefs.exe Normal file

Binary file not shown.