From 07e1919e90bba603e65b41aa64dc98c40a012d00 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 25 Aug 2019 13:32:46 +0000 Subject: [PATCH] Added a note. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12958 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5b1d6b796..f07c0c991 100644 --- a/readme.txt +++ b/readme.txt @@ -74,8 +74,9 @@ ***************************************************************************** *** Next *** +- LIB: Added a cache class to OSLIB. - NEW: Added an option to change the shell thread name. -- NEW: Made bus acquire/release functions in SNOR driver public. +- HAL: Made bus acquire/release functions in SNOR driver public. - NEW: Added mcuconf.h generator for STM32L052/L053/L062/L063. - NEW: Added mcuconf.h generator for STM32L072/L073. - NEW: Initial STM32G0xx support in HAL.