aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-20 08:39:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-20 08:39:04 +0000
commit6af0806da3d9df7ea9f6410a74ad8c864926bd7f (patch)
tree6ec8476f873683186129ac036adc0162f201ef51 /readme.txt
parent0d1164787e76a5b1014e7b761c7498e8a2ef9ece (diff)
downloadChibiOS-6af0806da3d9df7ea9f6410a74ad8c864926bd7f.tar.gz
ChibiOS-6af0806da3d9df7ea9f6410a74ad8c864926bd7f.tar.bz2
ChibiOS-6af0806da3d9df7ea9f6410a74ad8c864926bd7f.zip
Fixed bugs 3536522 and 3536523.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4309 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 54135b579..f6850f35b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,10 @@
*****************************************************************************
*** 2.5.0 ***
+- FIX: Fixed TIM8 not working in STM32 GPT driver (bug 3536523)(backported
+ to 2.4.2).
+- FIX: Fixed timer overflow not working in STM32 ICU driver for TIM1/TIM8 (bug
+ 3536522)(backported to 2.4.2).
- FIX: Fixed wrong DMA channels on USART2 in STM32F10X_MD_VL devices (bug
3536070)(backported to 2.4.2).
- FIX: Fixed issue with DMA channel init in STM32 ADC and SPI drivers (bug