aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-05-04 08:25:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-05-04 08:25:43 +0000
commit5666889d8b09fea72fe1aa51944c982acdacefef (patch)
tree0c2dca8bf51f6cc2880f5d903936ed29084c6121 /readme.txt
parente34eff0df15d8a1e28463bccc1c75b337ace9fb5 (diff)
downloadChibiOS-5666889d8b09fea72fe1aa51944c982acdacefef.tar.gz
ChibiOS-5666889d8b09fea72fe1aa51944c982acdacefef.tar.bz2
ChibiOS-5666889d8b09fea72fe1aa51944c982acdacefef.zip
Fixed bug #1028.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12776 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6e41588a1..869e048c9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,10 @@
*** Releases and Change Log ***
*****************************************************************************
+*** 19.1.3 ***
+- FIX: Fixed MPU fix #1027 broke stack checking on Cortex-M devices without
+ MPU (bug #1028).
+
*** 19.1.2 ***
- NEW: Modified AES GCM function signatures.
- NEW: updates to MFS from trunk code.