nodemcu-firmware/components/platform
Jade Mattsson b78477f2b0 Fix 2x SPIFFS mounting/formatting related issues.
- If the initial filesystem mounting fails, then a subsequent file.format()
  does not mount it afterwards, necessitating a node.restart(). In the normal
  case, after file.format() the filesystem is mounted and ready for use.
  We now explicitly remount after a format to gain consistent behaviour.

- If using USB CDC, the auto-format on first boot interferes with USB
  enumeration, resulting in a failed startup. We now avoid doing an
  auto-format if the USB CDC console is enabled. The behaviour is
  configurable/overrideable via Kconfig.
2024-10-17 15:24:02 +11:00
..
include Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
CMakeLists.txt Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
Kconfig Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
dht.c Explicitly set RMT config::flags. 2022-06-04 16:00:19 +10:00
flash_fs.c WIP ESP32 IDF port. 2016-09-16 18:11:42 +10:00
onewire.c Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00
partitions-2MB.csv Switch to IDF-provided VFS and standard `io` module. 2021-10-20 21:49:11 +11:00
partitions.csv Switch to IDF-provided VFS and standard `io` module. 2021-10-20 21:49:11 +11:00
platform.c Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
platform_flash.c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
platform_partition.c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
platform_rmt.c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
project_include.cmake idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
u8x8_nodemcu_hal.c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
ucg_nodemcu_hal.c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
wdt.c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
ws2812.c Update rmt translator (#3629) 2024-02-07 17:56:17 -05:00