From 87590afa9ca772243c261e6c1b8478565bd2771a Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 1 Apr 2013 22:00:37 +0000 Subject: More naming changes associated with earlier renaming of LP17xx up_spiinitialize; LPC178x SSP support; Open1788 SSP and touchscreen support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5811 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index ff22580d0..fe16ada85 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -1509,7 +1509,7 @@ examples/touchscreen CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN - Build the touchscreen test as an NSH built-in function. Default: Built as a standalone problem CONFIG_EXAMPLES_TOUCHSCREEN_MINOR - The minor device number. Minor=N - correspnds to touchscreen device /dev/input0. Note this value must + corresponds to touchscreen device /dev/input0. Note this value must with CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH. Default 0. CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH - The path to the touchscreen device. This must be consistent with CONFIG_EXAMPLES_TOUCHSCREEN_MINOR. @@ -1523,13 +1523,12 @@ examples/touchscreen The following additional configurations must be set in the NuttX configuration file: - CONFIG_INPUTP=y + CONFIG_INPUT=y (Plus any touchscreen-specific settings). The following must also be defined in your apps configuration file: - CONFIGURED_APPS += examples/tiff - CONFIGURED_APPS += graphics/tiff + CONFIGURED_APPS += examples/touchscreen The board-specific logic must provide the following interfaces that will be called by the example in order to initialize and uninitialize the -- cgit v1.2.3