ChibiOS/os
gdisirio aeb1a7cd74 Removed micron section.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12597 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-26 16:00:40 +00:00
..
common Added a version check for GCC. 2019-01-26 06:10:47 +00:00
ex Removed micron section. 2019-01-26 16:00:40 +00:00
hal Forgot to update this. 2019-01-26 11:27:36 +00:00
license Renamed for consistency. 2018-10-07 11:59:35 +00:00
nil MISRA-related fix. 2019-01-26 07:57:35 +00:00
oslib Versions. 2019-01-26 11:43:33 +00:00
rt Mass update of configuration files. 2019-01-21 21:11: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.