git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12631 110e8d01-0319-4d1e-a829-52ad28d1bb01

This commit is contained in:
Giovanni Di Sirio 2019-02-03 11:17:09 +00:00
parent 68716233f8
commit fa11673d0d
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
| | +--ports/ - HAL ports. | | +--ports/ - HAL ports.
| | +--templates/ - HAL driver template files. | | +--templates/ - HAL driver template files.
| | +--osal/ - HAL OSAL templates. | | +--osal/ - HAL OSAL templates.
| +--lib/ - RTOS modules usable by both RT and NIL. | +--oslib/ - RTOS modules usable by both RT and NIL.
| | +--include/ - OSLIB high level headers. | | +--include/ - OSLIB high level headers.
| | +--src/ - OSLIB high level source. | | +--src/ - OSLIB high level source.
| | +--templates/ - OSLIB configuration template files. | | +--templates/ - OSLIB configuration template files.
@ -74,7 +74,7 @@
***************************************************************************** *****************************************************************************
*** Next *** *** Next ***
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.0). - HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
- NIL: Integrated NIL 4.0. - NIL: Integrated NIL 4.0.
- FIX: Fixed problem in STM32 mcuconf.h template files (bug #1007) - FIX: Fixed problem in STM32 mcuconf.h template files (bug #1007)
(backported to 19.1.0)(backported to 18.2.3). (backported to 19.1.1)(backported to 18.2.3).