nodemcu-firmware/components/platform/include
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
..
cpu_esp32.h Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
flash_fs.h WIP ESP32 IDF port. 2016-09-16 18:11:42 +10:00
platform.h Fix 2x SPIFFS mounting/formatting related issues. 2024-10-17 15:24:02 +11:00
platform_rmt.h Consider RMT channel limitations at allocation time. (#3481) 2022-01-07 14:50:28 +11:00
platform_wdt.h refactor task wdt handling to platform layer 2018-04-04 09:25:47 +02:00
sections.h WIP ESP32 IDF port. 2016-09-16 18:11:42 +10:00
u8x8_nodemcu_hal.h update to u8g2 2.25.10 2019-04-28 22:26:37 +02:00
ucg_nodemcu_hal.h Add ucg module. 2018-10-07 16:31:28 +02:00
user_version.h Add node.info() (#3655) 2024-07-31 09:43:15 +02:00