Added a link to mklittlefs
Implemented by earlephilhower, mklittlefs is a command line interface that seems to be used by the ESP8266 and RP2040 ecosystems. It deserves a mention. Also tweaked mklfs's description a bit.
This commit is contained in:
@@ -234,8 +234,11 @@ License Identifiers that are here available: http://spdx.org/licenses/
|
|||||||
- [littlefs-disk-img-viewer] - A memory-efficient web application for viewing
|
- [littlefs-disk-img-viewer] - A memory-efficient web application for viewing
|
||||||
littlefs disk images in your web browser.
|
littlefs disk images in your web browser.
|
||||||
|
|
||||||
- [mklfs] - A command line tool built by the [Lua RTOS] guys for making
|
- [mklfs] - A command line tool for creating littlefs images. Used in the Lua
|
||||||
littlefs images from a host PC. Supports Windows, Mac OS, and Linux.
|
RTOS ecosystem.
|
||||||
|
|
||||||
|
- [mklittlefs] - A command line tool for creating littlefs images. Used in the
|
||||||
|
ESP8266 and RP2040 ecosystem.
|
||||||
|
|
||||||
- [pico-littlefs-usb] - An interface for littlefs that emulates a FAT12
|
- [pico-littlefs-usb] - An interface for littlefs that emulates a FAT12
|
||||||
filesystem over USB. Allows mounting littlefs on a host PC without additional
|
filesystem over USB. Allows mounting littlefs on a host PC without additional
|
||||||
@@ -272,7 +275,7 @@ License Identifiers that are here available: http://spdx.org/licenses/
|
|||||||
[littlefs-js]: https://github.com/geky/littlefs-js
|
[littlefs-js]: https://github.com/geky/littlefs-js
|
||||||
[littlefs-js-demo]:http://littlefs.geky.net/demo.html
|
[littlefs-js-demo]:http://littlefs.geky.net/demo.html
|
||||||
[mklfs]: https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components/mklfs/src
|
[mklfs]: https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components/mklfs/src
|
||||||
[Lua RTOS]: https://github.com/whitecatboard/Lua-RTOS-ESP32
|
[mklittlefs]: https://github.com/earlephilhower/mklittlefs
|
||||||
[Mbed OS]: https://github.com/armmbed/mbed-os
|
[Mbed OS]: https://github.com/armmbed/mbed-os
|
||||||
[LittleFileSystem]: https://os.mbed.com/docs/mbed-os/latest/apis/littlefilesystem.html
|
[LittleFileSystem]: https://os.mbed.com/docs/mbed-os/latest/apis/littlefilesystem.html
|
||||||
[SPIFFS]: https://github.com/pellepl/spiffs
|
[SPIFFS]: https://github.com/pellepl/spiffs
|
||||||
|
|||||||
Reference in New Issue
Block a user