incubator-nuttx/fs
zhongan 5aa0e302a4 fs: add missing macro 'CONFIG_FS_HOSTFS' for 'NODFS_SUPPORT'.
When just enable 'CONFIG_FS_HOSTFS', NODFS_SUPPORT may not enable.

Change-Id: I8317f18bf3ceae873e29c027561948c17b4aab38
Signed-off-by: zhongan <zhongan@xiaomi.com>
2020-10-17 23:22:35 +08: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 fs_cromfs: Removed DEBUGASSERT on non-exiting var node 2020-08-20 14:10:02 +01:00
dirent fs: Add the relative path support 2020-09-24 03:13:27 -07:00
driver Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
fat fs/fat: Handle the tail '/' correctly 2020-09-22 23:05:10 +01:00
hostfs Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
inode fs: Skip the enumeration of root directory in foreach_inode 2020-09-30 12:26:57 +02:00
littlefs fs/littlefs: enable the low level log only on debug mode 2020-08-18 12:13:32 +01:00
mmap fs/munmap: export the symbols to avoid build break on C++ syntax 2020-09-18 20:05:10 -07:00
mount fs: add missing macro 'CONFIG_FS_HOSTFS' for 'NODFS_SUPPORT'. 2020-10-17 23:22:35 +08:00
mqueue Fix inverted errno in mq_open 2020-08-20 20:35:16 -03:00
nfs fix nxstyle warning 2020-07-10 21:30:02 +01:00
nxffs Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
partition Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
procfs Remove unused, non-modular procfs reference 2020-08-22 16:22:18 +01:00
romfs Correct ROMFS hardlink handling 2020-08-10 07:32:06 -07: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 wrong executable bit on two source files 2020-08-31 19:19:14 +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 fs: Add the relative path support 2020-09-24 03:13:27 -07:00
Kconfig vfs/epoll: add epoll_create1(2) implement 2020-08-17 23:41:13 -05:00
Makefile Makefile: Fix Make.dep not updated by config changes 2020-07-28 03:59:45 -05:00
fs_initialize.c