summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-23 20:08:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-23 20:08:56 +0000
commitbbae2a800dec1c8f22c3a2bf1d95affb68112746 (patch)
treed615dde5d538e1b79e5c58d2e2c3cd963c49a9a1 /nuttx/ChangeLog
parent6355e50a2289d7d764ac9de87ddd1528c510bd8f (diff)
downloadpx4-nuttx-bbae2a800dec1c8f22c3a2bf1d95affb68112746.tar.gz
px4-nuttx-bbae2a800dec1c8f22c3a2bf1d95affb68112746.tar.bz2
px4-nuttx-bbae2a800dec1c8f22c3a2bf1d95affb68112746.zip
LP43xx SPIFI MTD driver update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4971 42af7a65-404d-4744-a932-0658087f49c3
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.