mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Add mklittlefs
This commit is contained in:
parent
c5178f5856
commit
8b9154cb82
@ -95,6 +95,7 @@ platform = espressif32
|
|||||||
board_upload.flash_size=4MB
|
board_upload.flash_size=4MB
|
||||||
board_upload.maximum_size = 4194304
|
board_upload.maximum_size = 4194304
|
||||||
board_build.partitions = user_setups/esp32/partition_app1704k_spiffs720k.csv
|
board_build.partitions = user_setups/esp32/partition_app1704k_spiffs720k.csv
|
||||||
|
board_build.filesystem = littlefs
|
||||||
|
|
||||||
; ----- crash reporter
|
; ----- crash reporter
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
@ -146,6 +147,7 @@ ps_ram =
|
|||||||
-mfix-esp32-psram-cache-issue
|
-mfix-esp32-psram-cache-issue
|
||||||
|
|
||||||
extra_scripts =
|
extra_scripts =
|
||||||
|
tools/littlefsbuilder.py
|
||||||
tools/esp_merge_bin.py
|
tools/esp_merge_bin.py
|
||||||
tools/analyze_elf.py
|
tools/analyze_elf.py
|
||||||
; ${env.extra_scripts}
|
; ${env.extra_scripts}
|
||||||
|
2
tools/littlefsbuilder.py
Normal file
2
tools/littlefsbuilder.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Import("env")
|
||||||
|
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/tools/mklittlefs' )
|
BIN
tools/mklittlefs
Normal file
BIN
tools/mklittlefs
Normal file
Binary file not shown.
BIN
tools/mklittlefs.exe
Normal file
BIN
tools/mklittlefs.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user