Open
Description
Thanks to @geky and all contributors for this project. 😄
I see a couple of issue comments that speak to intended/tested target hardware type, but this does not seem to be explicitly or sufficiently documented.
littlefs was written for NOR first and NAND's geometry is quite a bit more challenging.
LittleFS has only been used on NOR flash, eMMC, SD cards; devices with <4KB erase units, so I'm not sure how it will perform on NAND flash.
Have I missed some documentation that spells this out? I think these items are probably worth at least a mention in the top-level README.md
.