From 43a5062fc346ff8ecd78251c8f7596e8fc05213b Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 17 Mar 2020 12:59:48 +0000 Subject: [PATCH] Included missing lines into the release note of ChibiOS 20.3 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13439 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- release_note_next.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_note_next.txt b/release_note_next.txt index a0f2101fd..7eea5b225 100644 --- a/release_note_next.txt +++ b/release_note_next.txt @@ -94,6 +94,7 @@ integrated in our structure: WolfSSL, FatFS and lwIP. - Added support for STM32G0xx. - Added support for STM32G4xx. +- Added support for ADuCM36x. - Improved DMAv1 and DMAv2 drivers. - TRNG support added to STM32F7xx, STM32G0xx, STM32G4xx, STM32H7xx and STM32L0xx. @@ -107,6 +108,7 @@ integrated in our structure: WolfSSL, FatFS and lwIP. - Added support for timers 9..17, 20..22 to STM32 ICU driver. - Added support for timers 10 and 13 to STM32 GPT driver. - Added support for timers 9..14 to STM32 ST driver. +- PAL, SERIAL and SPI support added to ADuCM36x. *** What's new in tools ***