aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-01 10:59:55 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-01 10:59:55 +0000
commit78f63bd88dfe86e2d64c57c90387041e582fa285 (patch)
tree0a48c43136556ae4446c73fe8b8bfc8d2afa28fb /readme.txt
parent29e4e97d76bc2e61e6965482c0a7ee251b3bfe54 (diff)
downloadChibiOS-78f63bd88dfe86e2d64c57c90387041e582fa285.tar.gz
ChibiOS-78f63bd88dfe86e2d64c57c90387041e582fa285.tar.bz2
ChibiOS-78f63bd88dfe86e2d64c57c90387041e582fa285.zip
Fixed Bug #749
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9549 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/readme.txt b/readme.txt
index 03db8ff58..0cbd8181e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -114,15 +114,21 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
-- HAL: Fixed wrong comments in STM32F4xx GPT demo (bug #748).
+- HAL: Fixed LTO settings and added board folder in STM32F4xx-USB_CDC demo
+ (bug #749)(backported to 3.0.6 and 16.1.5).
+- HAL: Fixed wrong comments in STM32F4xx GPT demo (bug #748)
+ (backported to 2.6.10, 3.0.6 and 16.1.5).
- HAL: Fixed wrong comments and indents in STM32F7xx-GPT-ADC and
- STM32L4-GPT-ADC demos (bug #747).
+ STM32L4-GPT-ADC demos (bug #747) (backported to 16.1.5).
- HAL: Fixed wrong comments and indent in STM32F4xx and STM32F7xx
- hal_lld.h (bug #746).
-- HAL: Removed wrong SAI masks in STM32F4xx hal_lld.h (bug #745).
+ hal_lld.h (bug #746)(backported to 2.6.10, 3.0.6 and 16.1.5).
+- HAL: Removed wrong SAI masks in STM32F4xx hal_lld.h (bug #745)
+ (backported to 3.0.6 and 16.1.5).
- HAL: Fixed wrong mask placement in STM32F4xx hal_lld.h (bug #744).
-- HAL: Fixed wrong indent in STM32F4xx hal_lld.h (bug #743).
-- HAL: Removed unused macros in STM32F7xx and STM32F4xx hal_lld.h (bug #742).
+- HAL: Fixed wrong indent in STM32F4xx hal_lld.h (bug #743)
+ (backported to 2.6.10, 3.0.6 and 16.1.5).
+- HAL: Removed unused macros in STM32F7xx and STM32F4xx hal_lld.h (bug #742)
+ (backported to 2.6.10, 3.0.6 and 16.1.5).
- HAL: Fixed Doxygen related macros in STM32F7xx, STM32L0xx and STM32L4xx
lld files (bug #741).
- HAL: Fixed bug in VREF enable/disable functions in ADCv3 driver