summaryrefslogtreecommitdiff
path: root/apps/examples/smart
Commit message (Collapse)AuthorAgeFilesLines
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-101-17/+17
| | | | but probably some new typos introduced
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-101-1/+1
|
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
|
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-12/+12
| | | | Add some missing .gitignore files
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-034-0/+1133
to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).