aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-18 20:31:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-18 20:31:05 +0000
commit33d9231ad21123694aa3932d88fa4c87dc829b98 (patch)
tree9e5f333eac93d591e0f1516b5d272d8b25610e12 /readme.txt
parent02d23695cdf37650bb6fe9672f01fc029516a86d (diff)
downloadChibiOS-33d9231ad21123694aa3932d88fa4c87dc829b98.tar.gz
ChibiOS-33d9231ad21123694aa3932d88fa4c87dc829b98.tar.bz2
ChibiOS-33d9231ad21123694aa3932d88fa4c87dc829b98.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3507 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index ff4cea1f9..7cc5ac572 100644
--- a/readme.txt
+++ b/readme.txt
@@ -156,7 +156,7 @@
- NEW: STM32L1xx sub-family support, all STM32 drivers adapted and re-tested
on the new platform except ADC that will need a specific implementation.
- NEW: Added new API chThdExitS() in order to allow atomic operations on
- thead exit (backported to 2.2.8).
+ thread exit (backported to 2.2.8).
- NEW: New EXT driver model and STM32 implementation.
- NEW: New I2C driver model and STM32 implementation.
(evaluate the option to change the API to a synchronous model)