Remove CONFIG_BUILTIN_APPS_START
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5482 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
008e29f599
commit
f56155996a
15
README.txt
15
README.txt
@ -141,21 +141,6 @@ This will select the apps/examples/hello in the following way:
|
|||||||
|
|
||||||
Thus accomplishing the same thing with no apps/.config file.
|
Thus accomplishing the same thing with no apps/.config file.
|
||||||
|
|
||||||
Built-In Start-Up main() function
|
|
||||||
------------------------------
|
|
||||||
A builtin application can even be used as the main, start-up entry point
|
|
||||||
into your embedded software. When the user defines this option in
|
|
||||||
the NuttX configuration file:
|
|
||||||
|
|
||||||
CONFIG_BUILTIN_APP_START=<application name>
|
|
||||||
|
|
||||||
that application shall be invoked immediately after system starts
|
|
||||||
*instead* of the default "user_start" entry point.
|
|
||||||
Note that <application name> must be provided as: "hello",
|
|
||||||
will call:
|
|
||||||
|
|
||||||
int hello_main(int argc, char *argv[])
|
|
||||||
|
|
||||||
Example Built-In Application
|
Example Built-In Application
|
||||||
----------------------------
|
----------------------------
|
||||||
An example application skeleton can be found under the examples/hello
|
An example application skeleton can be found under the examples/hello
|
||||||
|
Loading…
Reference in New Issue
Block a user