summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 23:55:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 23:55:49 +0000
commit92ece28c9595ada48bfa172e450338a2a6b0169a (patch)
treef805d9d14b90527e71be62f3e4d030e3ba4a9281 /apps/examples/README.txt
parent53e55c149a9ce0b1b0e1d4ff650e980ce54be5aa (diff)
downloadnuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.tar.gz
nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.tar.bz2
nuttx-92ece28c9595ada48bfa172e450338a2a6b0169a.zip
Convert configs/stm32f4discovery/nxlines to use Kconfig tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5320 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 3ee1abcf6..1463b0253 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -941,8 +941,6 @@ examplex/nxlines
The following configuration options can be selected:
- CONFIG_EXAMPLES_NXLINES_BUILTIN -- Build the NXLINES example as a "built-in"
- that can be executed from the NSH command line
CONFIG_EXAMPLES_NXLINES_VPLANE -- The plane to select from the frame-
buffer driver for use in the test. Default: 0
CONFIG_EXAMPLES_NXLINES_DEVNO - The LCD device to select from the LCD
@@ -980,6 +978,9 @@ examplex/nxlines
FAR struct fb_vtable_s *up_nxdrvinit(unsigned int devno);
#endif
+ CONFIG_NSH_BUILTIN_APPS - Build the NX lines examples as an NSH built-in
+ function.
+
examples/nxtext
^^^^^^^^^^^^^^^