Commit History

Author SHA1 Message Date
  SPRESENSE e249a2f82f Makefile: Fix Make.dep not updated by config changes 4 years ago
  Xiang Xiao 7e5b0f81e9 build: Replace -I with INCDIR 4 years ago
  Xiang Xiao 23668a4b9b build: Remove the empty variable assignment 4 years ago
  Xiang Xiao 1a95cce1a3 build: Move .config check to the top Makefile 4 years ago
  liuhaitao fe0ba38580 fs/littlefs: upgrade littlefs to v2.2.1 4 years ago
  YAMAMOTO Takashi 1ffa009c8b Revert "Don't generate .depend anymore" 4 years ago
  Xiang Xiao 79af7fbf4e Don't generate .depend anymore 4 years ago
  Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 years ago
  lihaichen 87a5e4cd2d Addes the ARM mbed littlefs to NuttX 5 years ago
  Gregory Nutt ec498d2660 This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone. 6 years ago
  Xiang Xiao 70a0bf0849 Squashed commit of the following: 6 years ago
  Gregory Nutt 0478b5bce4 Addes CROMFS prototype. CROMFS is a commpressed, in-memory read-only file system based on LZF. 6 years ago
  Gregory Nutt 6e9039bb08 Squashed commit of the following: 7 years ago
  Gregory Nutt b39d962021 Soft links: Update Documentation, rename file, add system calls 7 years ago
  Gregory Nutt e523c93391 Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness. 8 years ago
  Ken Pettit c0b9dcf8a9 fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit 9 years ago
  Gregory Nutt d359a5be13 TMPFS: Code complete, but not yet functional 9 years ago
  Gregory Nutt 1d370178fb Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 9 years ago
  Gregory Nutt 5815201cc2 Move syslog back to libc/syslog from fs/syslog 10 years ago
  Gregory Nutt ec57ab6391 Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslog 10 years ago
  Gregory Nutt d2797bf482 Modify FS initialization logic to handle AIO container initialization. 10 years ago
  Gregory Nutt f73a18ae39 Move all file operations from libc/aio to fs/aio. These will need to be kernel routines in order to handler issues with using file descriptors on worker thread 10 years ago
  Gregory Nutt db3cdcf7cc Add a framework that may someday support shared memory objects in the VFS 10 years ago
  Gregory Nutt d5dd9842dc Add build support for messages queues as part of the VFS (only build logic, no C files yet) 10 years ago
  Gregory Nutt 30694f064c Add VFS-based sem_open() implementation 10 years ago
  Gregory Nutt ff73be870e Move renaming files in fs/. to fs/vfs/. (Don't all belong there) 10 years ago
  Gregory Nutt 36a88638a4 Move mount-related files from fs/. to fs/mount/. 10 years ago
  Gregory Nutt 349c44ded5 Move directory operations from fs/ to fs/dirent 10 years ago
  Gregory Nutt a470a8cbd0 Move drive from fs/. to fs/driver/. 10 years ago
  Gregory Nutt 39ff9d626e Move inode and VFS utils from fs/. to fs/inode/. 10 years ago