nuttx-apps/examples/mount
2016-06-09 10:51:04 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Make.defs apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
Makefile Make sure that APPNAME is defined in all Makefiles that generate applications 2016-06-09 10:51:04 -06:00
mount_main.c Standardize nameing of the pre-processor definitiongs group header 2015-10-02 14:06:11 -06:00
mount.h Standardize some naming in code section comments 2016-02-21 18:15:00 -06:00
ramdisk.c drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters. 2015-02-01 07:24:16 -06:00