This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx-apps
Watch
1
Star
0
Fork
You've already forked nuttx-apps
1
mirror of
https://github.com/apache/nuttx-apps.git
synced
2026-08-02 12:49:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
108a6bf660
nuttx-apps
/
examples
/
mount
History
Download ZIP
Download TAR.GZ
Gregory Nutt
0724e7ccf3
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
..
.gitignore
.dSYM only needs to be in the same .gitignore files as .exe
2013-05-30 15:02:04 -06:00
Kconfig
sim/mount: Converted to use kconfig-frontends tools
2014-01-01 08:52:58 -06:00
Makefile
MAINOBJ needs to be added to object list in many Makefile
2014-09-11 06:48:11 -06:00
mount.h
USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation..
2012-09-13 14:14:18 +00:00
mount_main.c
Use more standard *argv[] instead easier **argv
2014-09-06 09:23:23 -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