aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-06 12:03:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-06 12:03:26 +0000
commit33c0aa4fa5e0e78c04a67e7595d2aaf840cc6c3c (patch)
tree0dd28deb00435a1d83668a453e1b3de68e63d923 /readme.txt
parent3048f02dd498e3de3f27202e4997daaf549d3c17 (diff)
downloadChibiOS-33c0aa4fa5e0e78c04a67e7595d2aaf840cc6c3c.tar.gz
ChibiOS-33c0aa4fa5e0e78c04a67e7595d2aaf840cc6c3c.tar.bz2
ChibiOS-33c0aa4fa5e0e78c04a67e7595d2aaf840cc6c3c.zip
Fixed bug #705.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8851 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 da9ded8d2..c4e7f18e1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,8 @@
- 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 unused variable in STM32 SPIv2 driver (bug #705)(backported
+ to 16.1.3).
- HAL: Fixed chDbgAssert() still called from STM32 SPIv1 driver (bug #704)
(backported to 3.0.6 and 16.1.3).
- HAL: Fixed broken demo for STM32F429 (bug #703)(backported to 16.1.3).