ChibiOS/os
Giovanni Di Sirio ad5ce47a74 Reintegrated CANv1 in L4+ HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12263 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-15 11:36:20 +00:00
..
common git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12255 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-09-12 12:13:17 +00:00
ex Fixed Bug #943 2018-05-02 13:18:38 +00:00
hal Reintegrated CANv1 in L4+ HAL. 2018-09-15 11:36:20 +00:00
lib Documentation fixes. 2018-07-15 11:52:28 +00:00
license Documentation-related improvements. 2018-05-03 11:54:03 +00:00
nil AVR: Change the comment type and correct indentation at the end of the file. 2018-09-04 11:40:08 +00:00
rt Fixed bug #977. 2018-09-06 12:52:16 +00:00
various Added a termination check to the shell. 2018-07-08 05:57:40 +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.