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
CMakeLists.txt
Kconfig
dht.c
flash_fs.c
onewire.c
partitions-2MB.csv
partitions.csv
platform.c
platform_flash.c
platform_partition.c
platform_rmt.c
project_include.cmake
u8x8_nodemcu_hal.c
ucg_nodemcu_hal.c
wdt.c
ws2812.c