ChibiOS/os
Andrey Gusakov 792a429c6e stm32f1xx: no MCR register in DAC
https://forum.chibios.org/viewtopic.php?f=35&t=6443
2025-05-28 17:16:57 +03:00
..
common git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_21.11.x@16534 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2024-08-14 09:33:04 +00:00
ex Fixed bug #1267 2023-07-10 15:16:05 +00:00
hal stm32f1xx: no MCR register in DAC 2025-05-28 17:16:57 +03:00
license Release version and name. 2022-12-26 11:00:16 +00:00
nil Recursive locks in RT and NIL made optional, only enabled if the underlying port supports the capability. 2024-08-16 09:21:15 +00:00
oslib Fixed bug 1292. 2024-10-11 07:45:05 +00:00
rt Recursive locks in RT and NIL made optional, only enabled if the underlying port supports the capability. 2024-08-16 09:21:15 +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 LWIP fix related to possible systick frequencies. 2024-08-28 11:19:49 +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.