aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2017-01-02 16:17:41 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2017-01-02 16:17:41 +0000
commit7aa44fe530c4492f07d37844870960f08213e89b (patch)
treecff78d0bd204d851ed1a22e9e4ba2e4b29a3ba69 /readme.txt
parent97d615ea05989c3e85d2baf7438b7ede9723dbcd (diff)
downloadChibiOS-7aa44fe530c4492f07d37844870960f08213e89b.tar.gz
ChibiOS-7aa44fe530c4492f07d37844870960f08213e89b.tar.bz2
ChibiOS-7aa44fe530c4492f07d37844870960f08213e89b.zip
Fixed bug 808.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10010 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index f1c0cb5fd..58ad64157 100644
--- a/readme.txt
+++ b/readme.txt
@@ -153,6 +153,9 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed clock init in STM32F0x port which doesn't take in account
+ PLL_XTPRE and PREDIV_0 are hard-wired (bug #808)
+ (backported to 16.1.7).
- HAL: Fixed wrong initialization in ADC lld v3 (bug #807)
(backported to 16.1.6).
- HAL: Fixed wrong clock init in STM32F0 port ad added more error checks