ChibiOS/os
Giovanni Di Sirio 7f5068824c H7 ODEN setting calculated from frequency, no more in configuration.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13324 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-02-08 08:47:33 +00:00
..
common Added STM32L5 CMSIS headers 2020-01-29 20:34:23 +00:00
ex Mass update of copyright period for ChibiOS/EX 2019-10-23 09:32:53 +00:00
hal H7 ODEN setting calculated from frequency, no more in configuration. 2020-02-08 08:47:33 +00:00
license
nil Test-related fixes. 2019-12-31 15:11:37 +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
se Safety Elements subsystem. 2019-11-02 11:16:48 +00:00
various Improved support for lwIP, fixed bug #1009. 2020-01-12 07:59:24 +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.