aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-26 14:36:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-26 14:36:28 +0000
commit923da1b34bd4b7fff1619735d80d343c9d4a204d (patch)
treefc7b9a9e3bcccfa11b7611218c9bbfb4a96f6900 /nuttx/ChangeLog
parent415e8303727189dff9e702edf61b22be027b292a (diff)
downloadpx4-firmware-923da1b34bd4b7fff1619735d80d343c9d4a204d.tar.gz
px4-firmware-923da1b34bd4b7fff1619735d80d343c9d4a204d.tar.bz2
px4-firmware-923da1b34bd4b7fff1619735d80d343c9d4a204d.zip
Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to build system; Fixes to Shenzhou NxWM configuration for clean build
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5193 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c64112ecb..3c4f142d1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3407,3 +3407,9 @@
* configs/shenzhou/src/up_touchscreen.c: Add ADS7843E touchscreen
support for the Shenzhou board. The initial check-in is untested
and basically a clone of the the touchscreen support fro the SAM-3U.
+ * tools/cfgparser.c: There are some NxWidget configuration
+ settings that must be de-quoted.
+ * arch/arm/src/stm32/Kconfig: There is no SPI4. Some platforms
+ SPI3 and some do not (still not clear).
+ * nuttx/configs/shenzhou: Various fixes to build new NxWM
+ configuration.