summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/smart.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-091-396/+3474
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-3/+3
* Update SMART FS procfs support. From Ken PettitGregory Nutt2014-09-221-2/+42
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-5/+5
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-14/+14
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-111-3/+3
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-111-1/+2
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger d...Gregory Nutt2014-07-041-2/+2
* Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected an...Gregory Nutt2014-07-031-1/+3
* Finish A10 Timer register definitionsGregory Nutt2013-12-131-4/+13
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-101-1/+1
* Fix error in SMARTFS partition number reportingGregory Nutt2013-11-281-4/+13
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-135/+178
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-0/+2
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-301-0/+2177