Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • anon/appstore
  • blm_docs
  • compressor
  • pippin/media_framework
  • sec/blinky
  • pippin/uhm_flash_access_bust
  • release/1.0.0
  • fm_fix2
  • fm_fix
  • pippin/make_empty_drawlists_skip_render_and_blit
  • pressable_bugfix
  • moon2_gay_drums
  • moon2_applications
  • schneider/application-remove-name
  • anon/webflasher
  • pippin/display-python-errors-on-display
  • bl00mbox
  • bl00mbox_old
  • schneider/recovery
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
27 results

micropython

  • Clone with SSH
  • Clone with HTTPS
  • Forked from flow3r / flow3r firmware
    Source project has a limited visibility.
    Serge Bazanski's avatar
    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
    History
    Name Last commit Last update
    ..