nodemcu-firmware/components/platform
Johny Mattsson 2b454abfdf Improved flash size detection.
With the recent flash layout changes, it became very possible to misdetect the
flash size. We're now using the partition table as the guard marker, since
that really shouldn't be all 0xff. Also, we now don't clobber the flash
device id (and keep block/sector/page/mask values).
2016-11-17 11:56:39 +11:00
..
include Auto-create SPIFFS partition if not found. 2016-09-22 18:19:39 +10:00
Kconfig SPIFFS partition support, file module from dev. 2016-09-22 17:18:22 +10:00
component.mk Updated to latest IDF. 2016-11-16 17:59:06 +11:00
flash_api.c Improved flash size detection. 2016-11-17 11:56:39 +11:00
flash_fs.c WIP ESP32 IDF port. 2016-09-16 18:11:42 +10:00
partitions-2MB.csv SPIFFS partition support, file module from dev. 2016-09-22 17:18:22 +10:00
platform.c Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
platform_flash.c Improved flash size detection. 2016-11-17 11:56:39 +11:00
platform_partition.c Updated to latest IDF. 2016-11-12 13:17:17 +11:00
vfs.c SPIFFS partition support, file module from dev. 2016-09-22 17:18:22 +10:00