git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@947 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-05-03 16:44:08 +00:00
parent f6394ab13a
commit 91a9174dcf
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Fixed macro in test.h (bug 2781176)(backported in stable branch).
- NEW: Abstract I/O Channels mechanism introduced. This mechanism allows to
access I/O resources through a standard interface and hides implementation
details. The existing FullDuplexDrivers were modified to offer a standard
details. The existing serial drivers were modified to offer a standard
channel interface to the applications.
- NEW: The I/O queues code was improved, now there are 2 separate structures:
InputQueue and OutputQueue. There are some changes in the queue APIs