aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-06 12:55:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-06 12:55:12 +0000
commit7e4202ae46606be697611dd6f5f867c4915dc046 (patch)
treeee0036f9ad934743d02dfe0e3b4cfe7a01e63d92 /readme.txt
parentbc489e39a8036bd8cc70569ac8e31ec257d68747 (diff)
downloadChibiOS-7e4202ae46606be697611dd6f5f867c4915dc046.tar.gz
ChibiOS-7e4202ae46606be697611dd6f5f867c4915dc046.tar.bz2
ChibiOS-7e4202ae46606be697611dd6f5f867c4915dc046.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1506 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 66fc27088..a971b955f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,6 +3,8 @@
*****************************************************************************
*** 1.3.8 ***
+- FIX: Fixed spurious character generation in MSP430 serial driver (bug
+ 2926838).
- NEW: Introduced an abstract streams interface BaseSequentialStream.
- NEW: Added timeout specification to the I/O queues read/write primitives.
- CHANGE: Modified the BaseChannel interface in order to make it a
@@ -15,6 +17,9 @@
replicated by specifying TIME_IMMEDIATE as timeout. Another difference is
that specifying zero as bytes number is like specifying the largest size_t
plus one, zero was an illegal value before.
+- CHANGE: Simplified the LPC214x driver by removing the option to not use the
+ FIFO preload feature. Setting LPC214x_UART_FIFO_PRELOAD to 1 results in
+ the same behavior.
- Documentation fixes and improvements, testing strategy explained.
*** 1.3.7 ***