ChibiOS/os
Giovanni Di Sirio 1f0912d2b0 Completed timers support for ICU and PWM, fixed small documentation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13235 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-12-30 07:08:29 +00:00
..
common Big rework of IRQ handling in STM32 HAL. 2019-12-29 08:08:11 +00:00
ex Mass update of copyright period for ChibiOS/EX 2019-10-23 09:32:53 +00:00
hal Completed timers support for ICU and PWM, fixed small documentation errors. 2019-12-30 07:08:29 +00:00
license Posix API preparation, not complete. Added license checks for SB. 2019-09-14 15:44:50 +00:00
nil Reverted bug #1060. 2019-12-21 11:08:35 +00:00
oslib Added missing casts. 2019-12-07 09:01:14 +00:00
rt Reverted bug #1060. 2019-12-21 11:08:35 +00:00
sb FPU-related code in SB. 2019-09-19 06:12:53 +00:00
se Safety Elements subsystem. 2019-11-02 11:16:48 +00:00
various Added an option to change the shell thread name. 2019-08-11 07:08:25 +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.