summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-08 16:44:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-08 16:44:11 -0600
commit01a308f4d82c4220e2655ed9b389c3ce12e82523 (patch)
treec9e8ab2d551697eaed482f0f80373aee5b020fb4 /nuttx/ChangeLog
parent2ff750fb0fafdfa1fa2ea674ef962f70e40e402b (diff)
downloadnuttx-01a308f4d82c4220e2655ed9b389c3ce12e82523.tar.gz
nuttx-01a308f4d82c4220e2655ed9b389c3ce12e82523.tar.bz2
nuttx-01a308f4d82c4220e2655ed9b389c3ce12e82523.zip
Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganization. From Steve Redler IV
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ef93b992c..5352a1857 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6393,4 +6393,9 @@
* libc/stdio/lib_libfgets.c: Common implementation supports all
of the slightly different requirements of gets(), gets_s(), and
fgets() (2014-1-7).
+ * arch/arm/include/stm32/chip.h and chip/stm32f103ze_pinmap.h:
+ various fixes for STM32F103ZE SPI3. From Steve Redler IV
+ (2014-1-7).
+ * graphics/nxsu/Make.defs: Typo that crept into build in recent
+ NX reorganization. Found by Steve Redler IV (2014-1-7).