From 658872aee02153b2b6c77a2df935f4dbe6590fc9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 23 Feb 2011 19:43:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2760 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 -- todo.txt | 4 ++-- 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