diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-17 13:21:06 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-17 13:21:06 +0000 |
commit | 75967a32887e1a0ffa27da3a804eedb21892616b (patch) | |
tree | 0ac90981709df0efe37f3c300b1fcefc210f2b0c /readme.txt | |
parent | 56e47668d59b0947c9e969e415d6a797b0704b58 (diff) | |
download | ChibiOS-75967a32887e1a0ffa27da3a804eedb21892616b.tar.gz ChibiOS-75967a32887e1a0ffa27da3a804eedb21892616b.tar.bz2 ChibiOS-75967a32887e1a0ffa27da3a804eedb21892616b.zip |
Fixed bug #387.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8614 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index e435ea3cc..32290427a 100644 --- a/readme.txt +++ b/readme.txt @@ -236,6 +236,7 @@ (backported to 3.0.1).
- HAL: Fixed missing UART7 and UART8 support on STM32F4xx family (bug #612).
- HAL: Fixed outdated CMSIS headers for STM32F1xx devices (bug #609).
+- HAL: Fixed CAN errors (bug #387).
- HAL: Fixed USB HS ULPI Support (except board files because patch originally
targeted version 2.6.x)(bug #377).
|