Skip to content

Commit c7894a6

Browse files
committed
Added a handful of links to related projects
Interesting open-source projects that I've ran into around embedded storage. May be interesting to others in the embedded space. Added mklfs, SPIFFS, and Dhara. Also a thanks to jolivepetrus for posting the mklfs tool he put together.
1 parent 1950758 commit c7894a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,18 @@ handy.
175175
[littlefs-js](https://github.com/geky/littlefs-js) - A javascript wrapper for
176176
littlefs. I'm not sure why you would want this, but it is handy for demos.
177177
You can see it in action [here](http://littlefs.geky.net/demo.html).
178+
179+
[mklfs](https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components/mklfs/src) -
180+
A command line tool built by the [Lua RTOS](https://github.com/whitecatboard/Lua-RTOS-ESP32)
181+
guys for making littlefs images from a host PC. Supports Windows, Mac OS,
182+
and Linux.
183+
184+
[SPIFFS](https://github.com/pellepl/spiffs) - Another excellent embedded
185+
filesystem for NOR flash. As a more traditional logging filesystem with full
186+
static wear-leveling, SPIFFS will likely outperform littlefs on small
187+
memories such as the internal flash on microcontrollers.
188+
189+
[Dhara](https://github.com/dlbeer/dhara) - An interesting NAND flash
190+
translation layer designed for small MCUs. It offers static wear-leveling and
191+
power-resilience with only a fixed O(|address|) pointer structure stored on
192+
each block and in RAM.

0 commit comments

Comments
 (0)