ChibiOS/os
Giovanni Di Sirio 5deb16f16d RT7 merged, only ARMv7-M port functional.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13748 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-12 13:15:38 +00:00
..
common RT7 merged, only ARMv7-M port functional. 2020-07-12 13:15:38 +00:00
ex Improved communication buffer management for ADXL355 Device Driver 2020-04-22 16:02:51 +00:00
hal Fixed bug #1111. 2020-07-06 17:30:12 +00:00
license More ARMv8-M and L5 related code. 2020-03-24 08:30:14 +00:00
nil git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13714 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-06-15 09:50:32 +00:00
oslib Preparation for RT7. 2020-06-10 07:26:45 +00:00
rt RT7 merged, only ARMv7-M port functional. 2020-07-12 13:15:38 +00:00
sb Safer messages mechanism for sandboxes. 2020-03-21 10:36:11 +00:00
se Safety Elements subsystem. 2019-11-02 11:16:48 +00:00
various Updated FatFS to version 0.14. 2020-07-06 08:02:12 +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.