ChibiOS/os
Andrey Gusakov 3766124c70 lis302dl: fix uninitialized 2024-03-13 16:56:03 -04:00
..
common Fixed bug #1281. 2024-01-08 10:09:24 +00:00
ex lis302dl: fix uninitialized 2024-03-13 16:56:03 -04:00
hal Add UART Half-DMA transfer mode (#2) 2024-03-13 16:54:26 -04:00
license Release version and name. 2022-12-26 11:00:16 +00:00
nil Fixed bug #1251. 2023-03-02 09:09:22 +00:00
oslib Fixed bug #1277. 2023-12-24 07:31:22 +00:00
rt Tentative fixes for RT statistics. 2023-03-21 10:34:22 +00:00
sb Trunk HAL back-port begin, not complete. 2022-12-18 10:02:45 +00:00
se Trunk HAL back-port begin, not complete. 2022-12-18 10:02:45 +00:00
test Trunk HAL back-port begin, not complete. 2022-12-18 10:02:45 +00:00
various Back-ported the LittleFS support. 2022-12-18 10:08:05 +00:00
readme.txt Trunk HAL back-port begin, not complete. 2022-12-18 10:02:45 +00:00

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.
  |  +--oslib/          - ChibiOS/LIB product.
  |  |  +--include/     - OSLIB headers.
  |  |  +--src/         - OSLIB sources.
  |  +--sb/             - ChibiOS/SB product.
  |  +--ex/             - ChibiOS/EX product.
  |  +--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.
  |  |  +--abstractions/- Emulation of other API.
  |  |  +--ext/         - Vendor files used by ChibiOS products.
  |  |  +--portability/ - Compilers abstraction support files.
  |  |  +--ports        - RT/NIL port files for various architectures and
  |  |                    compilers.
  |  |  +--startup/     - Startup, linker and make support for various
  |  |                    architectures and compilers.
  |  +--various/        - Various portable support files.