summaryrefslogtreecommitdiff
path: root/nuttx/drivers/bch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-312-3/+3
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. rom Max Ne...Gregory Nutt2014-07-071-1/+1
* BCH: Add configurable AES encryption support to block-to-character (BCH) driv...Gregory Nutt2014-07-074-3/+102
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-19/+22
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-021-1/+1
* A few native window build updatespatacongo2012-11-251-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-0311-18/+21
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-218-10/+10
* Bug fixes for BCH and TSC2007 driverspatacongo2011-08-292-6/+21
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-202-2/+2
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-5/+17
* Fixes for kernel stub buildspatacongo2011-04-062-7/+9
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-159-83/+51
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-062-5/+5
* Additional fixes for devkitARM toolchainpatacongo2009-06-112-3/+3
* 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-166-136/+67
* NSH dd command test with block devicespatacongo2008-11-152-134/+2
* Block-to-character driverpatacongo2008-11-1512-0/+1780