aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-10 16:28:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-10 16:28:34 +0000
commit1c9c40543009ecd95b56362e6564d26a2755b92a (patch)
tree208f9e85f725d1daec144fb8c06c3ae265255626 /readme.txt
parent70ab312f0f88f24cf1e4f33218cff877c6c0b3c2 (diff)
downloadChibiOS-1c9c40543009ecd95b56362e6564d26a2755b92a.tar.gz
ChibiOS-1c9c40543009ecd95b56362e6564d26a2755b92a.tar.bz2
ChibiOS-1c9c40543009ecd95b56362e6564d26a2755b92a.zip
Fixed bug 3084764. More enhancements to the SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2244 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 5fcc39c0d..b5304e069 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,6 +63,8 @@
*****************************************************************************
*** 2.1.2 ***
+- FIX: Fixed non functioning option SPI_USE_MUTUAL_EXCLUSION=FALSE (bug
+ 3084764)(backported to 2.0.6).
- FIX: Fixed wrong macro check in STM32 serial support (bug 3078891)(backported
to 2.0.6).
- FIX: Fixed non functioning option CH_USE_NESTED_LOCKS (bug 3075544)