From 9dfa4035fe4e8493fd6a89e3e21be96d459d9619 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 27 May 2023 09:23:37 +0000 Subject: [PATCH] Fixed bug #1264. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16268 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index 35e998812..73669b3d0 100644 --- a/readme.txt +++ b/readme.txt @@ -116,6 +116,8 @@ - NEW: Memory areas/pointers checker functions added to OSLIB. - FIX: Fixed unnecessary code in SNOR device drivers (bug #1265) (backported to 20.3.5)(backported to 21.11.4). +- FIX: Fixed RP2040 HAL GPIO failed to compile (bug #1264) + (backported to 21.11.4). - FIX: Fixed channel 0 corruption on STM32 BDMAv1 (bug #1263) (backported to 20.3.5)(backported to 21.11.4). - FIX: Fixed wrong statistics in RT7 (bug #1262)(backported to 21.11.4).