mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user