aboutsummaryrefslogtreecommitdiff
path: root/apps/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-19 17:52:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-19 17:52:14 +0000
commitfb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe (patch)
tree2dd843717c0576cb1122436809932afbe7c50c0b /apps/README.txt
parent5f9ab50192280c587a266d9cee2fdd849cbad97d (diff)
downloadpx4-firmware-fb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe.tar.gz
px4-firmware-fb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe.tar.bz2
px4-firmware-fb15304eb4d8e16fb8d1457d1b9a6e5b87f937fe.zip
Some STM32 bugfixes from Mike Smith
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4635 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/README.txt')
-rw-r--r--apps/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/README.txt b/apps/README.txt
index 6d14c6b14..426658572 100644
--- a/apps/README.txt
+++ b/apps/README.txt
@@ -50,7 +50,7 @@ ways to do that:
Named Applications
------------------
NuttX also supports applications that can be started using a name string.
-In this case, zpplication entry points with their requirements are gathered
+In this case, application entry points with their requirements are gathered
together in two files:
- namedapp/namedapp_proto.h Entry points, prototype function
@@ -107,7 +107,7 @@ NuttX is configured. .config is included in the toplevel apps/Makefile.
As a minimum, this configuration file must define files to add to the
CONFIGURED_APPS list like:
- CONFIGURED_APPS += vsn/hello vsn/poweroff vsn/jvm
+ CONFIGURED_APPS += examples/hello vsn/poweroff
Named Start-Up main() function
------------------------------
@@ -126,7 +126,7 @@ will call:
Example Named Application
-------------------------
-An example application skeleton can be found under the vsn/hello
+An example application skeleton can be found under the examples/hello
sub-directory. This example shows how a named application can be added
to the project. One must define:
@@ -186,7 +186,7 @@ A: Here are four:
directory:
a) Copy 'MyBoard' directory to configs/MyBoard.
- b) At a symbolic link to MyApplication at apps/external
+ b) Add a symbolic link to MyApplication at apps/external
c) Configure NuttX (usually by:
tools/configure.sh MyBoard/MyConfiguration