aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-07-29 06:56:10 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-07-29 06:56:10 +0000
commitb0b485d70c2a0f38a785103ea1d1181e755e2dad (patch)
tree4215242da599016a22f02e9ec3529eb374665d37 /readme.txt
parent4a4cf02fd5fe41339922f59b62ca95491d4178b2 (diff)
downloadChibiOS-b0b485d70c2a0f38a785103ea1d1181e755e2dad.tar.gz
ChibiOS-b0b485d70c2a0f38a785103ea1d1181e755e2dad.tar.bz2
ChibiOS-b0b485d70c2a0f38a785103ea1d1181e755e2dad.zip
Fixed bugs #619 and #620.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8124 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 7aa182cc5..77ca21930 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,7 +78,10 @@
- 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.
-- HAL: Fixed wWrong EXTI[18] vector number on STM32F373 (bug #618)(backported
+- HAL: Fixed STM32F042 registry error (bug #620)(backported to 3.0.1).
+- HAL: Fixed wrong check in canReceive() (bug #619)(backported to 3.0.1
+ and 2.6.9).
+- HAL: Fixed wrong EXTI[18] vector number on STM32F373 (bug #618)(backported
to 3.0.1 and 2.6.9).
- HAL: Fixed wrong check on STM32_LSE_ENABLED definition in STM32L1xx HAL port
(bug #617)(backported to 3.0.1 and 2.6.9).