@@ -231,6 +231,13 @@ License Identifiers that are here available: http://spdx.org/licenses/
231231 to use littlefs in a Rust-friendly API, reaping the benefits of Rust's memory
232232 safety and other guarantees.
233233
234+ - [ nim-littlefs] - A Nim wrapper and API for littlefs. Includes a fuse
235+ implementation based on [ littlefs-fuse]
236+
237+ - [ chamelon] - A pure-OCaml implementation of (most of) littlefs, designed for
238+ use with the MirageOS library operating system project. It is interoperable
239+ with the reference implementation, with some caveats.
240+
234241- [ littlefs-disk-img-viewer] - A memory-efficient web application for viewing
235242 littlefs disk images in your web browser.
236243
@@ -261,28 +268,21 @@ License Identifiers that are here available: http://spdx.org/licenses/
261268 for microcontroller-scale devices. Due to limitations of FAT it can't provide
262269 power-loss resilience, but it does allow easy interop with PCs.
263270
264- - [ chamelon] - A pure-OCaml implementation of (most of) littlefs, designed for
265- use with the MirageOS library operating system project. It is interoperable
266- with the reference implementation, with some caveats.
267-
268- - [ nim-littlefs] - A Nim wrapper and API for littlefs. Includes a fuse
269- implementation based on [ littlefs-fuse]
270-
271271[ BSD-3-Clause ] : https://spdx.org/licenses/BSD-3-Clause.html
272- [ littlefs-disk-img-viewer ] : https://github.com/tniessen/littlefs-disk-img-viewer
273272[ littlefs-fuse ] : https://github.com/geky/littlefs-fuse
274273[ FUSE ] : https://github.com/libfuse/libfuse
275274[ littlefs-js ] : https://github.com/geky/littlefs-js
276275[ littlefs-js-demo ] :http://littlefs.geky.net/demo.html
276+ [ littlefs-python ] : https://pypi.org/project/littlefs-python/
277+ [ littlefs2-rust ] : https://crates.io/crates/littlefs2
278+ [ nim-littlefs ] : https://github.com/Graveflo/nim-littlefs
279+ [ chamelon ] : https://github.com/yomimono/chamelon
280+ [ littlefs-disk-img-viewer ] : https://github.com/tniessen/littlefs-disk-img-viewer
277281[ mklfs ] : https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components/mklfs/src
278282[ mklittlefs ] : https://github.com/earlephilhower/mklittlefs
283+ [ pico-littlefs-usb ] : https://github.com/oyama/pico-littlefs-usb
279284[ Mbed OS ] : https://github.com/armmbed/mbed-os
280285[ LittleFileSystem ] : https://os.mbed.com/docs/mbed-os/latest/apis/littlefilesystem.html
281286[ SPIFFS ] : https://github.com/pellepl/spiffs
282287[ Dhara ] : https://github.com/dlbeer/dhara
283288[ ChaN's FatFs ] : http://elm-chan.org/fsw/ff/00index_e.html
284- [ littlefs-python ] : https://pypi.org/project/littlefs-python/
285- [ littlefs2-rust ] : https://crates.io/crates/littlefs2
286- [ chamelon ] : https://github.com/yomimono/chamelon
287- [ nim-littlefs ] : https://github.com/Graveflo/nim-littlefs
288- [ pico-littlefs-usb ] : https://github.com/oyama/pico-littlefs-usb
0 commit comments