aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-04-13 09:02:27 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-04-13 09:02:27 +0000
commit356e0f5fff2a9f1f633df8eb63c17f65fc280163 (patch)
tree4c5bf74563003a3e4964e340640898825686704e /readme.txt
parent23740a113919b5186340d65a63778dcee8a270b2 (diff)
downloadChibiOS-356e0f5fff2a9f1f633df8eb63c17f65fc280163.tar.gz
ChibiOS-356e0f5fff2a9f1f633df8eb63c17f65fc280163.tar.bz2
ChibiOS-356e0f5fff2a9f1f633df8eb63c17f65fc280163.zip
Fixed bug #937.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11919 110e8d01-0319-4d1e-a829-52ad28d1bb01
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 e1466ce74..df9800e90 100644
--- a/readme.txt
+++ b/readme.txt
@@ -111,6 +111,8 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- HAL: Fixed macro expansion problem in SPI high level driver (bug #937)
+ (backported to 18.2.1).
- HAL: Fixed missing CAN2 macros from STM32L4xx stm32_rcc.h file (bug #936)
(backported to 18.2.1).
- OTH: Fixed inclusion order problem in STM32L4 cmparams.h file (bug #935)