aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-28 15:03:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-28 15:03:17 +0000
commitcc99071a6827580d7b9c403a907605777522ab5f (patch)
tree70ce245409ca55cda994ce812cf1d489681dc94f /nuttx/ChangeLog
parent02b171cb25870b7caf1161469edd43486bf4145b (diff)
downloadpx4-firmware-cc99071a6827580d7b9c403a907605777522ab5f.tar.gz
px4-firmware-cc99071a6827580d7b9c403a907605777522ab5f.tar.bz2
px4-firmware-cc99071a6827580d7b9c403a907605777522ab5f.zip
Serial driver needed even when no console; Fix user LED settings in all STM32 configurations
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5575 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4fc75c084..c2ce13738 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4050,4 +4050,11 @@
configuration that uses USB CDC/ACM for the NSH console.
* configs/stm32f4discovery/nsh: Converted to use the kconfig-frontends
tools.
+ * configs/*/src/up_userleds.c: Fix a error that was cloned into
+ all STM32 user LED code. The wrong defintions were being used
+ to set LEDs on or off.
+ * arch/*/common/up_internal.h and arch/*/common/up_initialize.c:
+ Serial was driver was not being built if there is no console
+ device. Obviously, the serial driver may be needed even in
+ this case.