aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-26 14:14:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-02-26 14:14:13 +0000
commit9ceb5c275037afc4c1eabc7f5422843095acf5f4 (patch)
tree18360c7f4365e780d9d8a2b20fb83fac1a3cff2f /readme.txt
parent13441bc22dfeb34faea64bfeebb2a9a479ac3507 (diff)
downloadChibiOS-9ceb5c275037afc4c1eabc7f5422843095acf5f4.tar.gz
ChibiOS-9ceb5c275037afc4c1eabc7f5422843095acf5f4.tar.bz2
ChibiOS-9ceb5c275037afc4c1eabc7f5422843095acf5f4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2768 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 6a78aa5d2..65b7b181b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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