summaryrefslogtreecommitdiff
path: root/apps/examples/smart/smart_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-1/+1
|
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-119/+111
|
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
|
* 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
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-031-0/+954
to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).