git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6244 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2254bd4734
commit
ca42df5088
|
@ -4,26 +4,26 @@
|
||||||
|
|
||||||
--{root} - Distribution directory.
|
--{root} - Distribution directory.
|
||||||
+--os/ - ChibiOS products, this directory.
|
+--os/ - ChibiOS products, this directory.
|
||||||
| +--ext/ - Vendor files.
|
| +--rt/ - ChibiOS/RT product.
|
||||||
| +--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.
|
|
||||||
| | +--include/ - RT kernel headers.
|
| | +--include/ - RT kernel headers.
|
||||||
| | +--src/ - RT kernel sources.
|
| | +--src/ - RT kernel sources.
|
||||||
| | +--templates/ - RT kernel port template files.
|
| | +--templates/ - RT kernel port template files.
|
||||||
| | +--ports - RT kernel port files for various architectures and
|
| | +--ports - RT kernel port files for various architectures and
|
||||||
| | compilers.
|
| | compilers.
|
||||||
| +--nil/ - ChibiOS/NIL kernel portable files.
|
| +--nil/ - ChibiOS/NIL product.
|
||||||
| | +--include/ - Nil kernel headers.
|
| | +--include/ - Nil kernel headers.
|
||||||
| | +--src/ - Nil kernel sources.
|
| | +--src/ - Nil kernel sources.
|
||||||
| | +--templates/ - Nil kernel port template files.
|
| | +--templates/ - Nil kernel port template files.
|
||||||
| | +--ports - Nil kernel port files for various architectures and
|
| | +--ports - Nil kernel port files for various architectures and
|
||||||
| | compilers.
|
| | 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.
|
| +--various/ - Various portable support files.
|
||||||
|
| +--ext/ - Vendor files used by ChibiOS products.
|
||||||
|
|
Loading…
Reference in New Issue