nuttx/fs
SPRESENSE e249a2f82f Makefile: Fix Make.dep not updated by config changes
Make.dep file should be updated by .config changed after first make.
There are 2 cases affected for this problem:

 1) Add source files by config symbol
 2) Include header files in #ifdef directive

These 2 cases may not be included in Make.dep and this may prevent the
differential build from working correctly.
2020-07-28 03:59:45 -05:00
..
aio sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
binfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
cromfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
dirent vfs/dirread: Should return the same file type as lstat 2020-07-07 13:41:10 +01:00
driver Cast pointer to uintptr prior to ulong for ioctl 2020-07-19 15:49:13 -03:00
fat fs/fat: Run all .c and .h files through nxstyle 2020-05-31 12:43:55 -04:00
hostfs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
inode fs: Implement lstat function 2020-06-30 13:09:58 -06:00
littlefs fix nxstyle warning 2020-07-10 21:30:02 +01:00
mmap build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
mount fix nxstyle warning 2020-07-10 21:30:02 +01:00
mqueue include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
nfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
nxffs fs/nxffs: Fix scan good block slowly and scan an invalid block 2020-07-20 10:23:58 -03:00
partition Cast pointer to uintptr prior to ulong for ioctl 2020-07-19 15:49:13 -03:00
procfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
romfs vfs/dirread: Should return the same file type as lstat 2020-07-07 13:41:10 +01:00
semaphore Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
shm
smartfs fs/smartfs: Fix file size corruption when opening with overwriting mode 2020-07-22 04:22:22 -05:00
spiffs fix nxstyle warning 2020-07-10 21:30:02 +01:00
tmpfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
unionfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
userfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
vfs vfs/stat: Make the flag defintion more confirm POSIX standard 2020-07-07 13:41:10 +01:00
fs_initialize.c
Kconfig fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
Makefile Makefile: Fix Make.dep not updated by config changes 2020-07-28 03:59:45 -05:00