summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.