aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-06-30 07:16:02 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-06-30 07:16:02 +0000
commita9b5eab94a4e3b2e2bb9215111954e2845500d7a (patch)
tree5062e78305bc54ab4b98ab12f08d2bebd5040703 /readme.txt
parente8fb1f777f38f1dc5368c03ff2990bd3404cfc18 (diff)
downloadChibiOS-a9b5eab94a4e3b2e2bb9215111954e2845500d7a.tar.gz
ChibiOS-a9b5eab94a4e3b2e2bb9215111954e2845500d7a.tar.bz2
ChibiOS-a9b5eab94a4e3b2e2bb9215111954e2845500d7a.zip
Fixed bug #1035.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12854 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 84428e5cf..0067ea02c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,6 +78,7 @@
generate a library with a pre-configured RT. It also includes
an "header generator" able to generate an unified "ch.h" with
all options resolved.
+- FIX: Fixed missing delay after STM32 wait states setup (bug #1035).
- FIX: Fixed reduced time slices in RT (bug #1034).
- FIX: Fixed long intervals fail when interval type is larger than time type
(bug #1031).