aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:14:50 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:14:50 +0000
commit2eae0014602871fc7b1d9d0b67830d055e15554f (patch)
treea4a1eba8391cfd87707afb69e03bc7422cf97478
parentc69417e365e3f495588ad7b88e9ee8fc16b3fcdb (diff)
downloadChibiOS-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.txt2
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.