Logo
Explore Help
Sign In
feedc0de/arduino-esp32
1
0
Fork 0
You've already forked arduino-esp32
forked from espressif/arduino-esp32
Code Pull Requests Activity
Files
6b0114366baf986c155e8173ab7c22bc0c5fcedc
arduino-esp32/tools/partitions/min_spiffs.csv

7 lines
261 B
CSV
Raw Normal View History

Additional partition scheme min_spiffs (#1302) with minimal SPIFFS partition size and OTA support for bigger apps
2018-04-14 09:45:08 +02:00
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1E0000,
app1, app, ota_1, 0x1F0000,0x1E0000,
Converted EEPROM library to use nvs instead of partition. (#2678) * Converted EEPROM library to use nvs instead of partition. Removed eeprom partition from all partition table CSV files. * Changed variable names, added some comments, formatting as per me-no-dev's requests * Checks for memory on malloc * Moved include nvs.h from header to code * Reworked the extra example to make it more clear how to actually use the library and persist data
2019-04-23 14:55:12 -06:00
spiffs, data, spiffs, 0x3D0000,0x30000,
Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API