summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-28 18:10:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-28 18:10:41 +0000
commitf01a56f6ca729b143cb2a65c108fac534bc76f10 (patch)
tree7528950e666f5c1c4597101dea6a21435bc00c86 /nuttx/ChangeLog
parentf92cfd55719458f036d7190e54f84b3a4658f2ca (diff)
downloadnuttx-f01a56f6ca729b143cb2a65c108fac534bc76f10.tar.gz
nuttx-f01a56f6ca729b143cb2a65c108fac534bc76f10.tar.bz2
nuttx-f01a56f6ca729b143cb2a65c108fac534bc76f10.zip
Update all STM32 F2 files so that they are the same as the corresponding F4 files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4778 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d6bf477ed..2bc9cc58b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2824,3 +2824,5 @@
messages. Added a "hack" to work around missing TxFIFO empty interrupts. The
hack is basically to poll for space in the TxFIFO instead of of setting up
the interrupt.
+ * arch/arm/src/stm32/stm32f2* and chip/stm32f2*: Update all STM32 F2 file so
+ that they are equivalent to F4 files. This is kind of a maintenance nightmare.