diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-20 12:46:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-20 12:46:24 +0000 |
commit | f4ec81ae144ef2ae7ddd9a0e56082970420c0464 (patch) | |
tree | ace4834692e336cf436901b6a2eaf58b8b7a48f7 /readme.txt | |
parent | 3cfb4077fb27e9ab51bc33d67def962ae68f26c7 (diff) | |
download | ChibiOS-f4ec81ae144ef2ae7ddd9a0e56082970420c0464.tar.gz ChibiOS-f4ec81ae144ef2ae7ddd9a0e56082970420c0464.tar.bz2 ChibiOS-f4ec81ae144ef2ae7ddd9a0e56082970420c0464.zip |
USB CDC functionality restored, more improvements to the I/O queues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2983 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index b8e11b162..03541aa30 100644 --- a/readme.txt +++ b/readme.txt @@ -95,6 +95,8 @@ reimplemented as a port-specific option.
- CHANGE: chiQGetFullI() and chOQGetFullI() become macros. The queues
subsystem has been optimized and is no more dependent on semaphores.
+ Note that the queues callbacks invocation policy has been slightly
+ changed, see the documentation.
*** 2.3.2 ***
- FIX: Fixed invalid BRR() macro in AVR serial driver (bug 3299306)(backported
|