From fa11673d0d2f9453eedf505b27ab20b162ea7e47 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 Feb 2019 11:17:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12631 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2c48dd1f6..8dddd29d9 100644 --- a/readme.txt +++ b/readme.txt @@ -42,7 +42,7 @@ | | +--ports/ - HAL ports. | | +--templates/ - HAL driver template files. | | +--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. | | +--src/ - OSLIB high level source. | | +--templates/ - OSLIB configuration template files. @@ -74,7 +74,7 @@ ***************************************************************************** *** 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. - 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).