From 464f8d822bef09dbb7d9d3839454f0d4d542f257 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 23 Jul 2012 20:08:56 +0000 Subject: LP43xx SPIFI MTD driver update git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4971 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3