summaryrefslogtreecommitdiff
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
commite530202ed1c43f468e236add225e51080120ea56 (patch)
tree70ce245409ca55cda994ce812cf1d489681dc94f /nuttx/ChangeLog
parent5ec9ab67037ea37b4f21b2430340fc3dcf0a76bf (diff)
downloadpx4-nuttx-e530202ed1c43f468e236add225e51080120ea56.tar.gz
px4-nuttx-e530202ed1c43f468e236add225e51080120ea56.tar.bz2
px4-nuttx-e530202ed1c43f468e236add225e51080120ea56.zip
Serial driver needed even when no console; Fix user LED settings in all STM32 configurations
git-svn-id: svn://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.