mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
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:
@@ -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).
|
||||
|
||||
@@ -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
@@ -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.
|
||||
Reference in New Issue
Block a user