summaryrefslogtreecommitdiff
path: root/nuttx/drivers/bch/bchdev_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-061-1/+1
* Additional fixes for devkitARM toolchainpatacongo2009-06-111-2/+2
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
* warning removalpatacongo2009-05-281-2/+1
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-2/+4
* Add infrastructure to support poll()patacongo2008-11-161-1/+2
* Flush dirty cache on closepatacongo2008-11-161-4/+46
* Block-to-character driverpatacongo2008-11-151-0/+211