summaryrefslogtreecommitdiff
path: root/nuttx/drivers/bch/bchdev_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* chdev_driver: Avoid NULL pointer dereference when bch->refs == 255. From Ju...Gregory Nutt2015-03-121-1/+1
* Add support for seeking in BCH. From Sébastien Lorquet.Gregory Nutt2014-11-131-2/+69
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-251-2/+4
* BCH: Add configurable AES encryption support to block-to-character (BCH) driv...Gregory Nutt2014-07-071-1/+9
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-19/+22
* 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