aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-03 16:44:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-03 16:44:08 +0000
commit91a9174dcff3e745f9f13183ee07c6d95d3639df (patch)
treec9fd96082034fbc5cb2b6b7311b5daf82ce20892 /readme.txt
parentf6394ab13af22044ab8009a09b68053bec0f130b (diff)
downloadChibiOS-91a9174dcff3e745f9f13183ee07c6d95d3639df.tar.gz
ChibiOS-91a9174dcff3e745f9f13183ee07c6d95d3639df.tar.bz2
ChibiOS-91a9174dcff3e745f9f13183ee07c6d95d3639df.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@947 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 0f47213b3..9304e2c5b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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