summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/ftl.c
Commit message (Expand)AuthorAgeFilesLines
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-251-0/+3
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-111-8/+8
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-111-10/+12
* More trailing whilespace removalGregory Nutt2014-04-131-6/+6
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-021-4/+4
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-4/+27
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* ADS7843E driver is code completepatacongo2011-10-041-0/+0
* Add a flash_eraseall() functionpatacongo2011-08-271-8/+33
* Add a RAM-based MTD devicepatacongo2011-04-241-5/+10
* Fixes for kernel stub buildspatacongo2011-04-061-6/+7
* Add support for RAMTRON NVRAM devicespatacongo2011-03-061-3/+3
* Fix syntax error in debug statementpatacongo2009-12-171-1/+1
* Fix CPP conditional syntaxpatacongo2009-12-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-3/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-14/+16
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-2/+5
* Add FTL logicpatacongo2009-12-061-0/+542