Skip to content
Snippets Groups Projects
  1. Jun 15, 2023
    • q3k's avatar
      third_party/fatfsgen: init · 48d70443
      q3k authored
      48d70443
    • q3k's avatar
      micropython: use ESP-IDF VFS layer for MPy VFS · ccec773a
      q3k authored
      Previously MicroPython would mount LittleFS directly from the partition
      by itself, using its own VFS stack.
      
      This reconfigured the VFS layer in MicroPython to use POSIX
      open/read/write/etc calls, which are backed by ESP-IDF. Now, instead of
      managing (possibly multuple) block devices at different mountpoints,
      MicroPython simply passes through all VFS access to the ESP-IDF VFS.
      
      Then, we make the ESP-IDF VFS mount a wear-leveled FAT (backed by the
      same partition which previously held LittleFS) onto /.
      ccec773a
    • dx's avatar
      c27dfef0
  2. Jun 14, 2023
  3. Jun 13, 2023
  4. Jun 12, 2023
  5. Jun 11, 2023
Loading