summaryrefslogtreecommitdiff
path: root/apps/examples/flash_test
Commit message (Collapse)AuthorAgeFilesLines
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+4
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-1/+1
| | | | new CONFIG_BUILD_KERNEL
* More trailing whilespace removalGregory Nutt2014-04-133-8/+8
|
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-101-6/+6
| | | | 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-13/+12
| | | | Add some missing .gitignore files
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-015-0/+474