diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 13:24:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 13:24:17 +0000 |
commit | dce45c502e691cc8ec98bc7c88a4922aedfcb76d (patch) | |
tree | 2c558718794bb5a27c8f54bec5d97f670d9bf66c /readme.txt | |
parent | 6f500a998692ede3a5a6a8a007dfc5e885bdd48c (diff) | |
download | ChibiOS-dce45c502e691cc8ec98bc7c88a4922aedfcb76d.tar.gz ChibiOS-dce45c502e691cc8ec98bc7c88a4922aedfcb76d.tar.bz2 ChibiOS-dce45c502e691cc8ec98bc7c88a4922aedfcb76d.zip |
Fixed bug #825.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10212 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 1b2a50eea..bf77f32f0 100644 --- a/readme.txt +++ b/readme.txt @@ -179,6 +179,8 @@ to 16.1.8).
- HAL: Fixed invalid SDC OCR initialization value (bug #826)(backported
to 16.1.8).
+- HAL: Fixed SPI operations silently drop length bits (bug #825)(backported
+ to 16.1.9).
- HAL: Fixed osThreadSetPriority() returns old priority instead of a status
code (bug #823)(backported to 16.1.8).
- HAL: Fixed problem in rtcSTM32SetPeriodicWakeup() (bug #821)(backported
|