aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-16 09:26:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-16 09:26:46 +0000
commitc145c837da830279f68f6ba0431d856cc6bf67f2 (patch)
treec0696ba90e6ca8c19c2969d4463b3fabfccb4be2 /readme.txt
parentf90a0f37906a9363a6e702d8ac1c4c8257370efa (diff)
downloadChibiOS-c145c837da830279f68f6ba0431d856cc6bf67f2.tar.gz
ChibiOS-c145c837da830279f68f6ba0431d856cc6bf67f2.tar.bz2
ChibiOS-c145c837da830279f68f6ba0431d856cc6bf67f2.zip
Removed flags handling in CAN driver, now it is done using the new event flags.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4672 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index dbebc04b6..a1cf53ffc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -85,6 +85,8 @@
*** 2.5.1 ***
- FIX: Fixed Data available event not generated in serial_usb driver (bug
3567992).
+- NEW: Modified the CAN drivers to use the new event flags mechanism, the
+ previous flags handling has been removed.
- NEW: Modified serial and serial_usb drivers to use the new event flags
mechanism, the previous flags handling in BaseAsynchronousChannel has
been removed.