diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-24 12:05:41 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-09-24 12:05:41 +0000 |
commit | 933bace9f3125c0643685189e218df84c08f4501 (patch) | |
tree | 9b670bb0bfc147b4374e27e09dfcb7c13be800bf /readme.txt | |
parent | c1c8096c9d2d10533bf3e120c19795261ca4f6a5 (diff) | |
download | ChibiOS-933bace9f3125c0643685189e218df84c08f4501.tar.gz ChibiOS-933bace9f3125c0643685189e218df84c08f4501.tar.bz2 ChibiOS-933bace9f3125c0643685189e218df84c08f4501.zip |
Fixed Bug #776.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9780 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index ee2e02be8..aa6abae00 100644 --- a/readme.txt +++ b/readme.txt @@ -126,7 +126,10 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
-- HAL: Fixed addition semicolon in cpp wrapper (bug #774)(backported to 16.1.6, 3.0.6).
+- HAL: Fixed DAC driver not compiling on STM32F051 and some bitmasks related
+ to DAC disabling (bug #776)(backported to 16.1.6, 3.0.6).
+- HAL: Fixed addition semicolon in cpp wrapper (bug #774)
+ (backported to 16.1.6, 3.0.6).
- HAL: Fixed function gpt_lld_polled_delay() is broken on STM32 (bug #775)
(backported to 16.1.6, 3.0.6).
- HAL: Fixed invalid output initialization for STM32 DACx channels 2
|