diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-16 10:32:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-16 10:32:43 +0000 |
commit | dc5964f59f591bffdbe875cea33b419000cd3568 (patch) | |
tree | 5a51f5891342c2c76469962d739d3724fbd9e1a5 /readme.txt | |
parent | cf204e72ea5fd6e4be8b3295cb148fde5fdd47d2 (diff) | |
download | ChibiOS-dc5964f59f591bffdbe875cea33b419000cd3568.tar.gz ChibiOS-dc5964f59f591bffdbe875cea33b419000cd3568.tar.bz2 ChibiOS-dc5964f59f591bffdbe875cea33b419000cd3568.zip |
RT4 and NIL2 merged. All demos and test applications to be updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8901 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt index 580444554..8de727a7a 100644 --- a/readme.txt +++ b/readme.txt @@ -34,6 +34,11 @@ | | +--index.html - Local documentation access (after rebuild).
+--ext/ - External libraries, not part of ChibiOS/RT.
+--os/ - ChibiOS components.
+ | +--common/ - Shared OS modules.
+ | +--common/ext/ - Vendor files used by the OS.
+ | +--common/oslib/ - RTOS modules usable by both RT and NIL.
+ | +--common/ports/ - RTOS ports usable by both RT and NIL.
+ | +--common/startup/ - Startup support for all compilers and platforms.
| +--hal/ - HAL component.
| | +--boards/ - HAL board support files.
| | +--dox/ - HAL documentation resources.
@@ -48,14 +53,12 @@ | | +--dox/ - NIL documentation resources.
| | +--include/ - NIL high level headers.
| | +--src/ - NIL high level source.
- | | +--ports/ - NIL ports.
- | | +--templates/ - NIL port template files.
+ | | +--templates/ - NIL configuration template files.
| +--rt/ - RT RTOS component.
| | +--dox/ - RT documentation resources.
| | +--include/ - RT high level headers.
| | +--src/ - RT high level source.
- | | +--ports/ - RT ports.
- | | +--templates/ - RT port template files.
+ | | +--templates/ - RT configuration template files.
| +--various/ - Various portable support files.
+--test/ - Kernel test suite source code.
| +--lib/ - Portable test engine.
@@ -73,6 +76,10 @@ *****************************************************************************
*** Next ***
+- ALL: Reorganized source tree, now ports are shared between RT and NIL.
+- RT: Merged RT4.
+- NIL: Merged NIL2.
+- NIL: Added STM32F7 demo.
- RT: Removed the p_msg field from the thread_t structure saving a
msg_t-sized field from the structure. Messages now use a new field
into the p_u union. Now synchronous messages are even faster.
|