nodemcu-firmware/components
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
..
base_nodemcu Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
driver_can Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
driver_i2c Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
embedded_lfs idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
lua Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00
modules Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
platform Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
qrcodegen idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
rtos_dbg Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
sjson Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
task Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00
u8g2 Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
ucg Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
uzlib Initial support for ESP32-C6 and ESP32-H2, plus assorted fixes & improvements (#3646) 2024-04-26 17:35:22 -04:00