git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13431 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2020-03-16 12:44:13 +00:00
parent e4d9293201
commit 8c3f5e0e7c
1 changed files with 3 additions and 2 deletions

View File

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