summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-08 09:53:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-08 09:53:58 -0600
commit4e112873b66a66875c2a7c45ab1454467e64f219 (patch)
treecddc381022a0dd343386b4a78602054618949ca5 /nuttx/ChangeLog
parentaf20675189e0d29914f65463eff566bb2c8b0761 (diff)
downloadnuttx-4e112873b66a66875c2a7c45ab1454467e64f219.tar.gz
nuttx-4e112873b66a66875c2a7c45ab1454467e64f219.tar.bz2
nuttx-4e112873b66a66875c2a7c45ab1454467e64f219.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 52da7ab7d..f7669e9f4 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9156,4 +9156,9 @@
even if NX is not enabled (12014-12-8).
* configs/sim/traveler and README.txt: Add a configuration build and test
the Traveler firt person game using the simualtor (2014-12-8).
-
+ * arch/arm/src/stm32/chip/stm32f20xxx_pinmap.h and stm32f40xxx_pinmap.h:
+ Set the GPIO_SPEED_50MHz on all F2 and F4 SPI pin configurations.
+ This is based on an F411 SPI1 errata but the fixed is generalized to
+ all SPI and all F2 and F4 (let me know if this introduces any other
+ issues). Discovered and fixed by Sebastien Lorquet after much
+ consternation (2014-12-8).