From 8c3f5e0e7c5bb3484c0e062f3f40245e70abdc5b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 16 Mar 2020 12:44:13 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13431 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- release_note_next.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release_note_next.txt b/release_note_next.txt index ef75b4ecb..a0f2101fd 100644 --- a/release_note_next.txt +++ b/release_note_next.txt @@ -12,6 +12,7 @@ integrated in our structure: WolfSSL, FatFS and lwIP. - New ARM SandBox subsystem. - New modules in OSLIB. - Support for STM32G0xx and STM32G4xx. +- Support for all STM32 timers in all drivers. - Improved support for all STM32s. - Improved MFS module. @@ -26,8 +27,8 @@ integrated in our structure: WolfSSL, FatFS and lwIP. *** What's new in RT/NIL ports *** -- Added a sanity check on GCC version for ARMv6-M, a version below 6 - must be used. +- Added support for a syscall entry point, it is used by the new ChibiOS/SB + subsystem. *** What's new in OS Library 1.2.0 ***