ChibiOS/os
Giovanni Di Sirio a0135fd1bb Back-ported the latest VT algorithm and VT_Storm test application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14450 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-31 07:49:50 +00:00
..
common License update. 2021-03-29 15:26:36 +00:00
ex Documentation quality fixes. 2021-02-08 10:45:10 +00:00
hal - NEW: STM32 improved ADCv4 driver (H7) back-ported from trunk. 2021-05-25 09:20:12 +00:00
license License update. 2021-03-29 15:26:36 +00:00
nil License update. 2021-03-29 15:26:36 +00:00
oslib License update. 2021-03-29 15:26:36 +00:00
rt Back-ported the latest VT algorithm and VT_Storm test application. 2021-05-31 07:49:50 +00:00
sb License update. 2021-03-29 15:26:36 +00:00
various Fixed shell. 2020-12-25 09:11:06 +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.