aboutsummaryrefslogtreecommitdiffstats
path: root/os/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-02 10:04:22 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-02 10:04:22 +0000
commitca42df5088ea593ffc4f55edf078a91d030e24c7 (patch)
tree7d496c9088831dcc2ec400b0f7d55d9fbe95e3ea /os/readme.txt
parent2254bd47344180d9ec99bd2226b6d45ed3b0f00e (diff)
downloadChibiOS-ca42df5088ea593ffc4f55edf078a91d030e24c7.tar.gz
ChibiOS-ca42df5088ea593ffc4f55edf078a91d030e24c7.tar.bz2
ChibiOS-ca42df5088ea593ffc4f55edf078a91d030e24c7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6244 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/readme.txt')
-rw-r--r--os/readme.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/os/readme.txt b/os/readme.txt
index 1c69d9a98..d75b5556e 100644
--- a/os/readme.txt
+++ b/os/readme.txt
@@ -4,26 +4,26 @@
--{root} - Distribution directory.
+--os/ - ChibiOS products, this directory.
- | +--ext/ - Vendor files.
- | +--common/ - Files used by multiple ChibiOS products.
- | | +--ports - Common port files for various architectures and
- | | compilers.
- | +--hal/ - Hardware Abstraction Layer product.
- | | +--include/ - HAL high level headers.
- | | +--src/ - HAL high level sources.
- | | +--platforms/ - HAL low level drivers implementations.
- | | +--templates/ - Driver template files.
- | | +--meta/ - Driver meta templates.
- | +--rt/ - ChibiOS/RT kernel portable files.
+ | +--rt/ - ChibiOS/RT product.
| | +--include/ - RT kernel headers.
| | +--src/ - RT kernel sources.
| | +--templates/ - RT kernel port template files.
| | +--ports - RT kernel port files for various architectures and
| | compilers.
- | +--nil/ - ChibiOS/NIL kernel portable files.
+ | +--nil/ - ChibiOS/NIL product.
| | +--include/ - Nil kernel headers.
| | +--src/ - Nil kernel sources.
| | +--templates/ - Nil kernel port template files.
| | +--ports - Nil kernel port files for various architectures and
| | compilers.
+ | +--hal/ - ChibiOS/HAL product.
+ | | +--include/ - HAL high level headers.
+ | | +--src/ - HAL high level sources.
+ | | +--templates/ - HAL port template files.
+ | | +--ports/ - HAL low level drivers implementations.
+ | | +--boards/ - HAL board files.
+ | +--common/ - Files used by multiple ChibiOS products.
+ | | +--ports - Common port files for various architectures and
+ | | compilers.
| +--various/ - Various portable support files.
+ | +--ext/ - Vendor files used by ChibiOS products.