aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-08 15:24:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-08 15:24:48 +0000
commitfdde2a438e5012776c5a6cd6eb44309d40050557 (patch)
tree455718d3fbf538584dbb29e571dd8bbeb049480f /readme.txt
parent06fbce25c213481f8af9f0b4e0fcfaca503a537a (diff)
downloadChibiOS-fdde2a438e5012776c5a6cd6eb44309d40050557.tar.gz
ChibiOS-fdde2a438e5012776c5a6cd6eb44309d40050557.tar.bz2
ChibiOS-fdde2a438e5012776c5a6cd6eb44309d40050557.zip
Fixed bug #664.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8445 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 215858285..2606224d1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -133,6 +133,8 @@
STM32F098xx devices.
- HAL: Fixed differences in STM32F3 ADC macro definitions (bug #665)
(backported to 3.0.3).
+- HAL: Fixed RTC module loses day of week when converting (bug #664)
+ (backported to 3.0.3).
- HAL: Fixed invalid class type for sdPutWouldBlock() and sdGetWouldBlock()
functions (bug #659)(backported to 3.0.3 and 2.6.10).
- HAL: Fixed STM32F0xx HAL missing MCOPRE support (bug #658).