aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.txt2
-rw-r--r--todo.txt4
2 files changed, 2 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index 9f18bdb52..4ca9da65d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -96,8 +96,6 @@
driver.
- CHANGE: Swapped the numeric values of the TIME_IMMEDIATE and TIME_INFINITE
constants. Fixed the relative documentation in various places.
-- CHANGE: Slightly modified the messages API in order to allow the
- processing of multiple messages at the same time.
*** 2.1.8 ***
- FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported
diff --git a/todo.txt b/todo.txt
index 92e357ae4..44c0c464f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -15,8 +15,8 @@ Within 2.3.x (hopefully)
* Add a "transmission end" event to the serial device driver model.
X Implement the "transmission end" serial driver event on those platforms
supporting the feature.
-- Swap TIME_IMMEDIATE and TIME_INFINITE values.
-- Improvements to the message passing mechanism in order to allow "delayed,
+* Swap TIME_IMMEDIATE and TIME_INFINITE values.
+* Improvements to the message passing mechanism in order to allow "delayed,
out of order, responses".
? Make thread functions return void and add a CH_THREAD macro for threads
declaration in order to hide compiler-specific optimizations for thread