aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-15 10:14:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-15 10:14:20 +0000
commit6e11b18986d202f8a2e44cead0c37a2145360337 (patch)
tree049911c9b2aba94fc8ac4ed0d98185ecdc2a32aa /readme.txt
parent7474bb1c105be4221812eb272e2a8764ae74bee7 (diff)
downloadChibiOS-6e11b18986d202f8a2e44cead0c37a2145360337.tar.gz
ChibiOS-6e11b18986d202f8a2e44cead0c37a2145360337.tar.bz2
ChibiOS-6e11b18986d202f8a2e44cead0c37a2145360337.zip
Fixed bug 3158776.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2643 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 87f958738..3b3061fd7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,8 +65,10 @@
*****************************************************************************
*** 2.1.8 ***
+- FIX: Fixed IAR Cortex-Mx port memory organization problem (bug 3158776).
- FIX: Fixed STM32F103 demo's incorrect clock settings (bug 3153746).
- NEW: Added OTG clock setting to the STM32 HAL.
+- NEW: Added stack check support to the IAR Cortex-Mx port.
*** 2.1.7 ***
- FIX: Fixed various errors in the HAL documentation (bug 3153591).