diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-13 09:52:55 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-13 09:52:55 +0000 |
commit | 7d11f36c4837c16ae0213627c5cd9588522b4335 (patch) | |
tree | 7bbe0813bc3640bf0feb728f429caae3e22b6340 /readme.txt | |
parent | bb88c523426b52141c20b622305dd631f2c7a22d (diff) | |
download | ChibiOS-7d11f36c4837c16ae0213627c5cd9588522b4335.tar.gz ChibiOS-7d11f36c4837c16ae0213627c5cd9588522b4335.tar.bz2 ChibiOS-7d11f36c4837c16ae0213627c5cd9588522b4335.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11723 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 4eda156ea..6c048202c 100644 --- a/readme.txt +++ b/readme.txt @@ -39,7 +39,6 @@ | | | +--cmsis_os/ - CMSIS OS emulation layer for RT (ARMCMx port only).
| | | +--nasa_osal/ - NASA Operating System Abstraction Layer for RT.
| | +--ext/ - Vendor files used by the OS.
- | | +--oslib/ - RTOS modules usable by both RT and NIL.
| | +--ports/ - RTOS ports usable by both RT and NIL.
| | +--startup/ - Startup support for all compilers and platforms.
| +--ex/ - EX component.
@@ -64,6 +63,10 @@ | | +--ports/ - HAL ports.
| | +--templates/ - HAL driver template files.
| | +--osal/ - HAL OSAL templates.
+ | +--lib/ - RTOS modules usable by both RT and NIL (OSLIB).
+ | | +--include/ - OSLIB high level headers.
+ | | +--src/ - OSLIB high level source.
+ | | +--templates/ - OSLIB configuration template files.
| +--nil/ - NIL RTOS component.
| | +--dox/ - NIL documentation resources.
| | +--include/ - NIL high level headers.
@@ -92,6 +95,9 @@ *** Next ***
- NEW: Added support for LPS22HB 2 axis Barometer\Thermometer MEMS.
+- NEW: Separated OSLIB from RT and NIL, now it is a separate "product" with
+ its own version, configuration file and licensing. The library will
+ grow to include more functionalities.
- HAL: Fixed I2C address not accepted (bug #923)(backported to 18.2.1
and 17.6.4).
- HAL: Fixed problem with HSI48 on STM32L4xx (bug #922)(backported to 18.2.1).
|