From e7c017129ec55b7fa8672a40baca02f0fa1e9de1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Oct 2021 13:34:46 +0000 Subject: [PATCH] Fixed bug #1195. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14866 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5b2ffef7a..9d5debf54 100644 --- a/readme.txt +++ b/readme.txt @@ -84,7 +84,9 @@ - NEW: EFL driver and demo for STM32F3xx. - NEW: New unit test subsystem under /os/test. Now it is officially ChibiOS/TEST. -- FIX: removed incorrect ADCv4 checks for MONEN (bug #1194) +- FIX: Fixed ARMCMx port, MPU not enabled when PORT_ENABLE_GUARD_PAGES is set + (bug #1195)(TBP to 21.6.1). +- FIX: Fixed removed incorrect ADCv4 checks for MONEN (bug #1194) - FIX: Fixed hang in spi_lld_ignore() in SPIv3 on H7 (bug #1193) - FIX: Fixed invalid references in e200 port (bug #1192) (TBP to 21.6.1)