Added a note.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12958 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-08-25 13:32:46 +00:00
parent 107296cd78
commit 07e1919e90
1 changed files with 2 additions and 1 deletions

View File

@ -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.