aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-13 18:40:44 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-13 18:40:44 +0000
commit062b4f7d37eab6c2deea02732e19eb641764a31e (patch)
tree4a3ee3e521b4fc5282e550643304d1f12dae1744 /readme.txt
parentfeb109f031da25adb5276fbe68eff58883e01d22 (diff)
downloadChibiOS-062b4f7d37eab6c2deea02732e19eb641764a31e.tar.gz
ChibiOS-062b4f7d37eab6c2deea02732e19eb641764a31e.tar.bz2
ChibiOS-062b4f7d37eab6c2deea02732e19eb641764a31e.zip
Fixed bugs #980 and #981.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12357 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 49c390c75..df4a0a985 100644
--- a/readme.txt
+++ b/readme.txt
@@ -151,6 +151,10 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- HAL: Fixed mTM32L071/72 entries in registry (bug #981)
+ (backported to 18.2.2 and 17.6.5).
+- HAL: Fixed TIM3 missing from STM32L0xx RCC macros (bug #980)
+ (backported to 18.2.2 and 17.6.5).
- HAL: Fixed invalid STM32 ADCv3 clock selection for L4 and L4+ (bug #979)
(backported to 18.2.2 and 17.6.5).
- HAL: Fixed wrong number of endpoints fot STM32F412/413 (bug #978)