ChibiOS/os
Giovanni Di Sirio 04cbfa485b Fixed bug #1029.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12789 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-05-12 15:16:55 +00:00
..
common Fixed bug #1028. 2019-05-04 08:25:37 +00:00
ex Reviewed EX documentation (Still incomplete) 2019-04-07 15:23:02 +00:00
hal Fixed bug #1029. 2019-05-12 15:16:55 +00:00
license
nil Benchmarks added to Nil test suite. 2019-02-10 17:13:55 +00:00
oslib Fixed bug #1023. 2019-03-24 07:34:32 +00:00
rt Fixed bug #1023. 2019-03-24 07:34:32 +00:00
various Core allocator enhancements. 2019-02-04 12:55:59 +00:00
readme.txt

readme.txt

*****************************************************************************
*** ChibiOS products directory organization                               ***
*****************************************************************************

--{root}                - Distribution directory.
  +--os/                - ChibiOS products, this directory.
  |  +--rt/             - ChibiOS/RT product.
  |  |  +--include/     - RT kernel headers.
  |  |  +--src/         - RT kernel sources.
  |  |  +--templates/   - RT kernel port template files.
  |  |  +--ports/       - RT kernel port files.
  |  |  +--osal/        - RT kernel OSAL module for HAL interface.
  |  +--nil/            - ChibiOS/NIL product.
  |  |  +--include/     - Nil kernel headers.
  |  |  +--src/         - Nil kernel sources.
  |  |  +--templates/   - Nil kernel port template files.
  |  |  +--ports/       - Nil kernel port files.
  |  |  +--osal/        - Nil kernel OSAL module for HAL interface.
  |  +--hal/            - ChibiOS/HAL product.
  |  |  +--include/     - HAL high level headers.
  |  |  +--src/         - HAL high level sources.
  |  |  +--templates/   - HAL port template files.
  |  |  +--ports/       - HAL port files (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.