summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-02 10:36:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-02 10:36:47 -0600
commit8192318148a65e68cb391d3f07e52377514b0b79 (patch)
tree333f7c55136fe83dd9a2b787c8d8ad2437f8f127 /nuttx/ChangeLog
parent94ae791b65fa53b4311ffd29963677d136604e6a (diff)
downloadpx4-nuttx-8192318148a65e68cb391d3f07e52377514b0b79.tar.gz
px4-nuttx-8192318148a65e68cb391d3f07e52377514b0b79.tar.bz2
px4-nuttx-8192318148a65e68cb391d3f07e52377514b0b79.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2b55995fb..575ecf502 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9909,4 +9909,7 @@
(2015-03-01).
* include/nuttx/spi/spi.h: Add an SPIDEV_USER so that there can be
board-specific definitions of SPI devices (2015-03-01).
-
+ * arch/arm/src/stm32 and arch/arm/src/stm32: Adds architecture support
+ for the STM32F372 and F373 (no board support yet). Only tested on
+ STM32F373CC, but should work on the rest. Contributed by Marten
+ Svanfeldt (2015-03-01).