diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-05 19:09:40 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-05 19:09:40 +0000 |
commit | cb8d2dd0dd93c92aebdc40c019bae8474821f7b2 (patch) | |
tree | d7c4f62f2d008dd5d58c04e45143c46040e44261 /readme.txt | |
parent | 3743bc199cfe7386dc231f2cd85ab05eff25ef63 (diff) | |
download | ChibiOS-cb8d2dd0dd93c92aebdc40c019bae8474821f7b2.tar.gz ChibiOS-cb8d2dd0dd93c92aebdc40c019bae8474821f7b2.tar.bz2 ChibiOS-cb8d2dd0dd93c92aebdc40c019bae8474821f7b2.zip |
Fixed bug #737
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9425 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index e8426232d..401b13dec 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,7 @@ *****************************************************************************
*** Next ***
+- HAL: Fixed clock enabling in STM32 ADCv3 (bug #737).
- VAR: Cortex-M VTOR initialization is now performed in startup files and
no more in port initialization.
- VAR: Changed GCC asm files extension from .s to .S because conventions.
|