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

This commit is contained in:
Giovanni Di Sirio 2019-06-05 17:29:31 +00:00
parent f06a43a7ea
commit 7212ba9c5f
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@
***************************************************************************** *****************************************************************************
*** Next *** *** Next ***
- NEW: Added a "library generator" project for RT, it allows to
generate a library with a pre-configured RT. It also includes
an "header generator" able to generate an unified "ch.h" with
all options resolved.
- LIB: Improved OSLIB initialization. - LIB: Improved OSLIB initialization.
- NEW: Lots of style fixes thanks to the new tool. - NEW: Lots of style fixes thanks to the new tool.
- NEW: Code style checker tool added. - NEW: Code style checker tool added.