forked from espressif/arduino-esp32
FAT on SPI Flash Library (#1809)
* First commit of FFat library * Fixed reboot loops if no fat present. Added CMakeLists * Functionalize the partition checks * Cleanup, especially in format * Dont format if mounted. More wording cleanup * 16M ffat should only be on 16M board * Fix some casting issues that trip up the compiler when building as ESP-IDF component
This commit is contained in:
7
tools/partitions/ffat.csv
Normal file
7
tools/partitions/ffat.csv
Normal file
@ -0,0 +1,7 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x200000,
|
||||
app1, app, ota_1, 0x210000,0x200000,
|
||||
eeprom, data, 0x99, 0x410000,0x1000,
|
||||
ffat, data, fat, 0x411000,0xBEE000,
|
|
Reference in New Issue
Block a user