1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/littlefs2/doc.txt

17 lines
514 B
Plaintext

/**
* @defgroup pkg_littlefs2 littlefs v2.x.y file system
* @ingroup pkg
* @ingroup sys_fs
* @brief A little fail-safe filesystem designed for embedded systems,
* v2.x.y release
* @see https://github.com/ARMmbed/littlefs/
*
* ### Migrating
*
* Migrating from Littlefs 1.x.y to 2.x.y can be hard, the disk format changed
* enough to be binary incompatible. See also
* https://github.com/ARMmbed/littlefs/releases/tag/v2.0.0 for a change set
* and a possible migration path.
*
*/