partitions update test 1
This commit is contained in:
parent
74f464496f
commit
059662c1e0
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
|
nvs, data, nvs, 0x9000, 0x5000,
|
||||||
|
otadata, data, ota, 0xe000, 0x2000,
|
||||||
|
app0, app, ota_0, 0x10000, 0x200000,
|
||||||
|
spiffs, data, spiffs, 0x210000,0x1E0000,
|
||||||
|
coredump, data, coredump,0x3F0000,0x10000,
|
||||||
|
|
|
@ -16,6 +16,7 @@ platform = espressif32 @ 6.3.1
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_ldf_mode = deep+
|
lib_ldf_mode = deep+
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
board_build.partitions = partitions.csv
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
lib_deps =
|
lib_deps =
|
||||||
lewisxhe/XPowersLib@^0.1.8
|
lewisxhe/XPowersLib@^0.1.8
|
||||||
|
|
@ -40,7 +41,7 @@ check_tool = cppcheck
|
||||||
check_flags =
|
check_flags =
|
||||||
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK
|
cppcheck: --suppress=*:*.pio\* --inline-suppr -DCPPCHECK
|
||||||
check_skip_packages = yes
|
check_skip_packages = yes
|
||||||
board_build.partitions = no_ota.csv
|
|
||||||
|
|
||||||
[esp32dev_base]
|
[esp32dev_base]
|
||||||
build_flags =
|
build_flags =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue