diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 17:14:50 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-20 17:14:50 +0000 |
commit | 2eae0014602871fc7b1d9d0b67830d055e15554f (patch) | |
tree | a4a1eba8391cfd87707afb69e03bc7422cf97478 | |
parent | c69417e365e3f495588ad7b88e9ee8fc16b3fcdb (diff) | |
download | ChibiOS-2eae0014602871fc7b1d9d0b67830d055e15554f.tar.gz ChibiOS-2eae0014602871fc7b1d9d0b67830d055e15554f.tar.bz2 ChibiOS-2eae0014602871fc7b1d9d0b67830d055e15554f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3365 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 61054ebdd..ebaca849d 100644 --- a/readme.txt +++ b/readme.txt @@ -93,6 +93,8 @@ (backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: Added new API chThdExitS() in order to allow atomic operations on
+ thead exit (backported to 2.2.8).
- NEW: New I2C driver model and STM32 implementation.
(evaluate the option to change the API to a synchronous model)
- NEW: New RTC driver model and STM32 implementation.
|