-
- Downloads
st3m: mount/unmount and raw access for flash
This moves the raw read/write access code from the recovery mode into st3m, and gives us the ability to mount/unmount the FAT partition on demand.
Showing
- components/micropython/CMakeLists.txt 1 addition, 12 deletionscomponents/micropython/CMakeLists.txt
- components/st3m/CMakeLists.txt 1 addition, 0 deletionscomponents/st3m/CMakeLists.txt
- components/st3m/st3m_fs.c 5 additions, 15 deletionscomponents/st3m/st3m_fs.c
- components/st3m/st3m_fs_flash.c 259 additions, 0 deletionscomponents/st3m/st3m_fs_flash.c
- components/st3m/st3m_fs_flash.h 40 additions, 0 deletionscomponents/st3m/st3m_fs_flash.h
- recovery/main/rec_main.c 8 additions, 3 deletionsrecovery/main/rec_main.c
- recovery/main/rec_vfs.c 5 additions, 93 deletionsrecovery/main/rec_vfs.c
Loading
Please register or sign in to comment