ChibiOS/os
Giovanni Di Sirio 85d62cbdf6 Added WSPI-related code, updated halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12311 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-30 17:01:52 +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 Added WSPI-related code, updated halconf.h files. 2018-09-30 17:01:52 +00:00
lib Enhanced tests on pipes, added check on reset state. 2018-09-30 06:34:55 +00:00
license Documentation-related improvements. 2018-05-03 11:54:03 +00:00
nil Mass update of configuration files. 2018-09-29 16:14:19 +00:00
rt Mass update of configuration files. 2018-09-29 16:14:19 +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.