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: http://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-25 22:04:51 +00:00
parent fd3df782b1
commit 2be7847efe
11 changed files with 2121 additions and 15 deletions
+5
View File
@@ -340,3 +340,8 @@
Kate.
* apps/netutils/webserver/httpd.c: Add support for Keep-alive connections
(from Kate).
* apps/NxWidget/Kconfig: This is a kludge. I created this NxWidgets
directory that ONLY contains Kconfig. NxWidgets does not like in
either the nuttx/ or the apps/ source trees. This kludge makes it
possible to configure NxWidgets/NxWM without too much trouble (with
the tradeoff being a kind ugly structure and some maintenance issues).
+4
View File
@@ -27,6 +27,10 @@ menu "NSH Library"
source "$APPSDIR/nshlib/Kconfig"
endmenu
menu "NxWidgets/NxWM"
source "$APPSDIR/NxWidgets/Kconfig"
endmenu
menu "System NSH Add-Ons"
source "$APPSDIR/system/Kconfig"
endmenu
File diff suppressed because it is too large Load Diff
+11
View File
@@ -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.