aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-28 18:10:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-28 18:10:41 +0000
commit5da132078954874e5761ba9527f94d0d2de22719 (patch)
tree7528950e666f5c1c4597101dea6a21435bc00c86 /nuttx/ChangeLog
parent7d59330a69d39f239bbba8f16944e0d01554ac8f (diff)
downloadpx4-firmware-5da132078954874e5761ba9527f94d0d2de22719.tar.gz
px4-firmware-5da132078954874e5761ba9527f94d0d2de22719.tar.bz2
px4-firmware-5da132078954874e5761ba9527f94d0d2de22719.zip
Update all STM32 F2 files so that they are the same as the corresponding F4 files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4778 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.