aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-26 07:12:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-26 07:12:22 +0000
commit8a1e2ccd721f6b874884d0afe1bc704bbb382ec6 (patch)
tree89a2d420bd9d8f38fbff8a461c6cac4c3ac8aa21 /readme.txt
parent09b0d9645a7c5b103f53b10eadabc839cde88054 (diff)
downloadChibiOS-8a1e2ccd721f6b874884d0afe1bc704bbb382ec6.tar.gz
ChibiOS-8a1e2ccd721f6b874884d0afe1bc704bbb382ec6.tar.bz2
ChibiOS-8a1e2ccd721f6b874884d0afe1bc704bbb382ec6.zip
Fixed bug #644.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8328 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 2ed2a72ad..29c3d62d2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -116,6 +116,7 @@
- HAL: Introduced support for TIM21 and TIM22 in STM32 ST driver.
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB devices.
+- RT: Fixed issues in CMSIS RTOS interface (bug #644)(backported to 3.0.3).
- HAL: Fixed RT dependency in STM32 SDCv1 driver (bug #643)(backported
to 3.0.2).
- VAR: Fixed incorrect working area size in LwIP creation in demos (bug #642)