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

master
gdisirio 2011-02-26 14:14:13 +00:00
parent 13441bc22d
commit 9ceb5c2750
1 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,8 @@
- CHANGE: The functions chEvtSignal() and chEvtSignalI() have been renamed
to chEvtSignalFlags() and chEvtSignalFlagsI() for consistency.
- NEW: Added I-Class functions to the MailBoxes subsystem, now it is
possible to use them as a transport layer between ISRs and Threads.
possible to use them as a transport layer between ISRs and Threads
(backported to 2.2.2).
- NEW: Added experimental generic USB driver, it will evolve in next
releases.
- NEW: Added an experimental USB driver implementation for STM32.
@ -104,7 +105,8 @@
- NEW: Implemented the new IO_TRANSMISSION_END event in the STM32 serial
driver.
- CHANGE: Swapped the numeric values of the TIME_IMMEDIATE and TIME_INFINITE
constants. Fixed the relative documentation in various places.
constants. Fixed the relative documentation in various places (backported
to 2.2.2).
*** 2.1.8 ***
- FIX: Fixed error in STM32 ADC driver macro names (bug 3160306)(backported