summaryrefslogtreecommitdiff
path: root/apps/examples/nxffs
Commit message (Collapse)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
|
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-101-15/+17
| | | | but probably some new typos introduced
* 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 configuration and example to test MTD partitionsGregory Nutt2013-04-302-8/+61
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+13
|
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-2/+3
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
* USB device drivers: Add hooks to to use common, external DMA buffer ↵patacongo2012-09-131-1/+1
| | | | | | allocation implementation.. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
* Add configurable application entry pointpatacongo2012-08-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
* update Kconfig filespatacongo2012-04-131-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-311-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4075 42af7a65-404d-4744-a932-0658087f49c3
* Oops ... accidentally checked in a test version of the code last timepatacongo2011-10-311-51/+901
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4073 42af7a65-404d-4744-a932-0658087f49c3
* Yet another re-implementation of the NXFFS bug fixpatacongo2011-10-311-901/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4072 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS test will now accept external initalization logicpatacongo2011-05-071-11/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3574 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS positioning bugpatacongo2011-05-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3569 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFFS ioctlspatacongo2011-05-051-3/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3566 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS is basically functional -- more testing neededpatacongo2011-05-051-12/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3565 42af7a65-404d-4744-a932-0658087f49c3
* Fix two more NXFFS bugspatacongo2011-05-051-8/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3564 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3562 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-78/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3561 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-7/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3560 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few more NXFFS bugspatacongo2011-05-041-32/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3558 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS file deletion is functionalpatacongo2011-05-021-3/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3552 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-021-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3551 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-021-12/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3550 42af7a65-404d-4744-a932-0658087f49c3
* Extend NXFFS tests; bugfixespatacongo2011-05-011-26/+211
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3547 42af7a65-404d-4744-a932-0658087f49c3
* Misc NXFFS bug fixespatacongo2011-04-301-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3545 42af7a65-404d-4744-a932-0658087f49c3
* Add file creation logicpatacongo2011-04-301-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3542 42af7a65-404d-4744-a932-0658087f49c3
* Some initial NXFFS bugfixespatacongo2011-04-291-2/+234
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3541 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a test for NXFFSpatacongo2011-04-292-0/+204
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3540 42af7a65-404d-4744-a932-0658087f49c3