summaryrefslogtreecommitdiff
path: root/apps/NxWidgets/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
commit98a7ce4560f7698e748e7e5461b9b26e4b45370d (patch)
tree494141ff73cb23e5f14ead9d76629034e8683519 /apps/NxWidgets/README.txt
parent367c0f77ee3e82d47676931a8eea0c96de6f57a7 (diff)
downloadnuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.gz
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.bz2
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.zip
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/NxWidgets/README.txt')
-rw-r--r--apps/NxWidgets/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/NxWidgets/README.txt b/apps/NxWidgets/README.txt
new file mode 100644
index 000000000..835ea781e
--- /dev/null
+++ b/apps/NxWidgets/README.txt
@@ -0,0 +1,11 @@
+apps/NxWidgets README File
+==========================
+
+The NxWidgets and NxWM libraries don't physically reside in the apps/ source
+tree. The source code actually resides at the top level NxWidgets/
+directory. This directory is just a kludge...it is here only support
+configuration of NxWidgets and NxWM.
+
+The only files that reside in this directory are (1) this README.txt file
+and (2) the Kconfig file to support NxWidgets configuration. This is a
+duplicate of the NxWidgets file that you can file at NxWidgets/Kconfig.