aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-14 10:10:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-14 10:10:29 +0000
commit99e31e028dc8da6a8c027b6c9cfb804fbb663cd7 (patch)
tree997d7626ba2f36017eea25f62d3e331ee2d3a091 /readme.txt
parent3b022b3f8544adfeeb9e8a1b87e3e8567edded8b (diff)
downloadChibiOS-99e31e028dc8da6a8c027b6c9cfb804fbb663cd7.tar.gz
ChibiOS-99e31e028dc8da6a8c027b6c9cfb804fbb663cd7.tar.bz2
ChibiOS-99e31e028dc8da6a8c027b6c9cfb804fbb663cd7.zip
Fixed bug #709.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8882 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 784f3eed5..580444554 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,10 @@
- RT: Removed the p_msg field from the thread_t structure saving a
msg_t-sized field from the structure. Messages now use a new field
into the p_u union. Now synchronous messages are even faster.
+- HAL: Fixed shift of signed constant causes warnings with IAR compiler
+ (bug #709)(backported to 2.6.10, 3.0.6 and 16.1.4).
+- HAL: Fixed wrong RTCv2 settings for STM32L4 (bug #708)(backported
+ to 16.1.4).
- HAL: Fixed missing OTGv1 support for STM32L4 (bug #707)(backported
to 16.1.4).
- NIL: Fixed ARM errata 752419 (bug #706)(backported to 2.6.10,