incubator-nuttx/fs
Gregory Nutt c8b39b48bb z20x: w25boot configuration nees CONFIG_FS_WRITABLE
boards/z80/ez80/z20x/configs/w25boot/defconfig:  needs CONFIG_FS_WRITABLE=y

Style cleanup / Correct file header

  drivers/bch/bchdev_register.c, drivers/mtd/ftl.c, and fs/driver/fs_findblockdriver.c:
  Run through nxstyle; replace BSD-3 license with Apache 2.0
2020-03-07 16:59:38 -03:00
..
aio Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
binfs Fix typos in comments 2020-02-12 14:07:56 +01:00
cromfs Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dirent Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
driver z20x: w25boot configuration nees CONFIG_FS_WRITABLE 2020-03-07 16:59:38 -03:00
fat Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
hostfs Run codespell -w against all files 2020-02-22 14:45:07 -06:00
inode Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
littlefs fs/littlefs: correct some code format in lfs.h by running checkpatch.sh 2020-03-06 11:56:41 -06:00
mmap Run codespell -w against all files 2020-02-22 14:45:07 -06:00
mount Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
mqueue Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nfs fs/nfs/nfs_vfsops.c: Run nxstyle against the file. 2020-03-07 17:44:27 +00:00
nxffs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
partition Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
procfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
romfs various fixes (#49) 2020-01-07 09:06:02 -06:00
semaphore Run codespell -w against all files 2020-02-22 14:45:07 -06:00
shm
smartfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
spiffs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tmpfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
unionfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
userfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
vfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
.gitignore
Kconfig Addes the ARM mbed littlefs to NuttX 2019-01-09 14:26:51 -06:00
Makefile CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
fs_initialize.c