ChibiOS/os
rusefillc 85c5556800 can i fix it? 2023-07-07 00:46:16 -04:00
..
common Explicit LTO mode. 2023-07-02 08:34:38 +00:00
ex Documentation quality fixes. 2021-02-08 10:45:10 +00:00
hal git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@16310 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2023-07-02 08:52:49 +00:00
license Updated version numbers. 2021-10-31 09:23:37 +00:00
nil Fixed bug #1251. 2023-03-02 09:09:22 +00:00
oslib can i fix it? 2023-07-07 00:46:16 -04:00
rt Fixed bug #1235. 2022-09-18 07:58:24 +00:00
sb git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15202 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-12-05 12:26:00 +00:00
various Small fix to the shell. 2022-12-18 09:12:16 +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.