Skip to content

Commit 7808233

Browse files
committed
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.
1 parent 8336ecd commit 7808233

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,11 @@ License Identifiers that are here available: http://spdx.org/licenses/
234234
- [littlefs-disk-img-viewer] - A memory-efficient web application for viewing
235235
littlefs disk images in your web browser.
236236

237-
- [mklfs] - A command line tool built by the [Lua RTOS] guys for making
238-
littlefs images from a host PC. Supports Windows, Mac OS, and Linux.
237+
- [mklfs] - A command line tool for creating littlefs images. Used in the Lua
238+
RTOS ecosystem.
239+
240+
- [mklittlefs] - A command line tool for creating littlefs images. Used in the
241+
ESP8266 and RP2040 ecosystem.
239242

240243
- [pico-littlefs-usb] - An interface for littlefs that emulates a FAT12
241244
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/
272275
[littlefs-js]: https://github.com/geky/littlefs-js
273276
[littlefs-js-demo]:http://littlefs.geky.net/demo.html
274277
[mklfs]: https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components/mklfs/src
275-
[Lua RTOS]: https://github.com/whitecatboard/Lua-RTOS-ESP32
278+
[mklittlefs]: https://github.com/earlephilhower/mklittlefs
276279
[Mbed OS]: https://github.com/armmbed/mbed-os
277280
[LittleFileSystem]: https://os.mbed.com/docs/mbed-os/latest/apis/littlefilesystem.html
278281
[SPIFFS]: https://github.com/pellepl/spiffs

0 commit comments

Comments
 (0)