aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-23 20:08:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-23 20:08:56 +0000
commit464f8d822bef09dbb7d9d3839454f0d4d542f257 (patch)
treed615dde5d538e1b79e5c58d2e2c3cd963c49a9a1 /nuttx/ChangeLog
parent1e15a6d1cff9fe105d094316f06a01e0fc7e4465 (diff)
downloadpx4-firmware-464f8d822bef09dbb7d9d3839454f0d4d542f257.tar.gz
px4-firmware-464f8d822bef09dbb7d9d3839454f0d4d542f257.tar.bz2
px4-firmware-464f8d822bef09dbb7d9d3839454f0d4d542f257.zip
LP43xx SPIFI MTD driver update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4971 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7445e62e1..fd9859555 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3052,6 +3052,10 @@
Bxxx definitions are again encoded; cf[set|get][o|i]speed now deal with only the
encoded values. If the encoed baud is set to BOTHER, then the values in the (non-
standard) c_ispeed and c_ospeed baud values may be accessed directly.
-
-
+ * arch/arm/src/stm32/stm32_serial.c: Add minimal termios support for the STM32
+ (BOTHER style baud settings only). Contributed by Mike Smith.
+* configs/lpc4343-xplorer/src: Clean up SPIFI-library based build to that it
+ actually works.
+* arch/arm/src/lpc43xx/lpc43_spifi.c: Add support for verification to writes.
+ Add debug option to dump buffers. Several bugfixes... almost works.