diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-30 08:17:03 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-30 08:17:03 +0000 |
commit | 28c7761d9afe77c5fc02c9db847c39450e6a764d (patch) | |
tree | 1a636e492a52d2a8eef4f91e545cf5cd12ca91d2 | |
parent | b51ea7d84e41c108a069fa7623cf5f9cf49ec472 (diff) | |
download | ChibiOS-28c7761d9afe77c5fc02c9db847c39450e6a764d.tar.gz ChibiOS-28c7761d9afe77c5fc02c9db847c39450e6a764d.tar.bz2 ChibiOS-28c7761d9afe77c5fc02c9db847c39450e6a764d.zip |
Fixed bug #933.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11861 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 93740f59a..b229819f1 100644 --- a/readme.txt +++ b/readme.txt @@ -110,6 +110,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 USB Serial driver problem with zero-size OUT transactions
+ (bug #933)(backported to 18.2.1 and 17.6.5).
- HAL: Fixed function mfsReadRecord() causes memory corruption because a
buffer overflow (bug #931)(backported to 18.2.1).
- HAL: Fixed silence GCC 7.3.0 warning (bug #930)(backported to 18.2.1
|