summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/sam3u-ek/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-09-30 18:13:02 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-09-30 18:13:02 +0000
commit5229eb9b09c7692595c21edb8c046c3bd9eaf7a1 (patch)
tree3d9302b1d6e589f1d336571a06d20bf581db3067 /nuttx/configs/sam3u-ek/README.txt
parent88e060467c79c8adfd11747d918184fd3397b52f (diff)
Add a configuration to use for development of the SAM3U-EK touchscreen
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4003 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/sam3u-ek/README.txt')
-rwxr-xr-xnuttx/configs/sam3u-ek/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/sam3u-ek/README.txt b/nuttx/configs/sam3u-ek/README.txt
index cec4cb47fe..773cf8f550 100755
--- a/nuttx/configs/sam3u-ek/README.txt
+++ b/nuttx/configs/sam3u-ek/README.txt
@@ -354,7 +354,7 @@ must be is one of the following:
Configures the NuttShell (nsh) located at examples/nsh. The
Configuration enables both the serial and telnetd NSH interfaces.
- nx
+ nx:
Configures to use examples/nx using the HX834x LCD hardwar on
the SAM3U-EK development board.
@@ -363,3 +363,9 @@ must be is one of the following:
examples/ostest. By default, this project assumes that you are
using the DFU bootloader.
+ touchscreen:
+ This configuration implements an NSH configuratin with several
+ built-in applications. The configuration is called touchscreen
+ because we intend to use this configuration to develop the
+ SAM3U-EK touchscreen. However, there is no touchscreen driver
+ in place as of this writing.