mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 13:37:18 +00:00
Squashed commit of the following:
Author: Gregory Nutt <gnutt@nuttx.org>
fs/littlefs: Fix some compilation errors.
fs/littlefs: Brings code a little closer to NuttX coding standard. Not 100%, but closer.
fs/littlefs: Convert all C++ style comments to C comments.
Author: lihaichen <li8303@163.com>
fs/littlefs: Adds port of the mbed littlefs.
depends on !DISABLE_MOUNTPOINT && MTD_BYTE_WRITE
register_mtddriver("/dev/w25", mtd, 0755, NULL);
mount("/dev/w25", "/w25", "littlefs", 0, NULL);
|
||
|---|---|---|
| .. | ||
| fs_automount.c | ||
| fs_foreachmountpoint.c | ||
| fs_gettype.c | ||
| fs_mount.c | ||
| fs_procfs_mount.c | ||
| fs_umount2.c | ||
| Make.defs | ||
| mount.h | ||