Commit History

Author SHA1 Message Date
  Xiang Xiao 5708a1ac73 fs/mount and fs/romfs: Add support to mount a ROMFS volume using an MTD driver interface using the standard mount() operation. 5 years ago
  anchao 18e5e75008 fs/romfs/fs_romfsutil.c: Make romfs_devread32 more portable 6 years ago
  Gregory Nutt 1567b82429 Make sure that labeling is used consistently in all function headers (part 2). 6 years ago
  Gregory Nutt 9568600ab1 Squashed commit of the following: 7 years ago
  Gregory Nutt 42a0796615 Squashed commit of the following: 7 years ago
  Gregory Nutt ad2f7b0119 fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 years ago
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 years ago
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 1780810d3d Rename kmalloc to kmm_malloc for consistency 10 years ago
  Gregory Nutt 9468590596 Back out part of a recent, incorrect ROMFS change 11 years ago
  Gregory Nutt a28c697cfb ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz Meier 11 years ago
  Gregory Nutt 65c32bea59 Fix an bug where long ROMFS file names are not read correctly. From Mike Smith 11 years ago
  patacongo 1c52dce216 More changes for a kernel-mode allocator (more to be done) 11 years ago
  patacongo 555e3fe1f5 Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS 11 years ago
  patacongo 7a9457bb07 Email address change in nuttx/ 12 years ago
  patacongo 227126f75f Some STM32 USB OTG FS driver fixes 12 years ago
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 12 years ago
  patacongo 7b69f1af91 Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp 13 years ago
  patacongo d67e9f0ad9 Switching to C99 stdint/stdbool.h types 15 years ago
  patacongo ca79f124d4 Fix a bug in initial XIP offset 15 years ago
  patacongo fb6d8f6ae6 Combine common sector address in one function 16 years ago
  patacongo 890f1034e0 Combine hard link traversal into one common function 16 years ago
  patacongo 031dfef23c Added mmap()/XIP test to ROMFS test 16 years ago
  patacongo b0d5432f8b Add ioctl's to support XIP 16 years ago
  patacongo 76420d3dc0 ROMFS fixes discovered during testing 16 years ago