diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 17:20:50 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 17:20:50 +0000 |
commit | 103cd6bc02b8316a0287e015bdde051eefd228a8 (patch) | |
tree | da54a0abd95737612845abb224cb07acbf6d34b6 /readme.txt | |
parent | cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84 (diff) | |
download | ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.gz ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.bz2 ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.zip |
Fixed Bug #794
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9929 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index eb9894a95..a3620ac0a 100644 --- a/readme.txt +++ b/readme.txt @@ -148,7 +148,9 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
-- RT: Fixed double empty lines (bug #793)(backported to 16.1.6, 3.0.6).
+- HAL: Fixed double empty lines in HAL (bug #794)backported to 16.1.6,
+ 3.0.6, 2.6.10).
+- RT: Fixed double empty lines in RT (bug #793)(backported to 16.1.6, 3.0.6).
- HAL: Fixed wrong entries in STM32L4 registry (bug #792)(backported to
16.1.6).
- HAL: Fixed missing ARPE bit in CR1 initialization on STM32 GPT driver
|