From 92ece28c9595ada48bfa172e450338a2a6b0169a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 7 Nov 2012 23:55:49 +0000 Subject: 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 --- apps/examples/README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/examples/README.txt') 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 ^^^^^^^^^^^^^^^ -- cgit v1.2.3