Re-organize header files so that file systems can be built outside of the nuttx tree; add a binfs file system to apps/namedapp

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3428 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-28 00:05:58 +00:00
parent a1f116b3aa
commit f844110d82
+2 -2
View File
@@ -12,7 +12,7 @@ Execution starts in the following order:
is set. It must be set for the VSN board.
- boot, performs initial chip and board initialization
- sched/os_bringup.c then calls either user_start or exec_nuttapp()
- sched/os_bringup.c then calls either user_start or exec_namedapp()
with application as set in the .config
@@ -55,4 +55,4 @@ Compile notes
To link-in the sif_main() utility do, in this folder:
- make context TOPDIR=<path to nuttx top dir>
This will result in registering the application into the nuttapp.
This will result in registering the application into the namedapp.