diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-07-07 12:01:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-07-07 12:01:18 +0000 |
commit | 889c1c83bea76f51a76f9d43faf869b5956b6c87 (patch) | |
tree | 93f37508d6d75465cc3eb0d3ba58879a35012d1a | |
parent | aac756c8d0af190fab3598b6017c78a07df8cced (diff) | |
download | ChibiOS-889c1c83bea76f51a76f9d43faf869b5956b6c87.tar.gz ChibiOS-889c1c83bea76f51a76f9d43faf869b5956b6c87.tar.bz2 ChibiOS-889c1c83bea76f51a76f9d43faf869b5956b6c87.zip |
Fixed bug #1033.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12879 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 23fc218e3..c3389b3d1 100644 --- a/readme.txt +++ b/readme.txt @@ -82,6 +82,7 @@ - FIX: Fixed missing I2C4 RCC definitions for L4/L4+ (bug #1036).
- FIX: Fixed missing delay after STM32 wait states setup (bug #1035).
- FIX: Fixed reduced time slices in RT (bug #1034).
+- FIX: Fixed GCC scatter files alignment problem (bug #1033).
- FIX: Fixed long intervals fail when interval type is larger than time type
(bug #1031).
- FIX: Fixed Round Robin check missing when in tick-less mode (bug #1030).
|