ChibiOS/os
Giovanni Di Sirio 6427a96b26 Added entry for STM32L475 in STM32L4 registry header, updated all configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13676 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-05-31 08:16:01 +00:00
..
common Updated CMSIS headers for STM32F7, G0, G4, H7, L0, L4, L4+. 2020-05-31 07:58:00 +00:00
ex Improved communication buffer management for ADXL355 Device Driver 2020-04-22 16:02:51 +00:00
hal Added entry for STM32L475 in STM32L4 registry header, updated all configuration files. 2020-05-31 08:16:01 +00:00
license More ARMv8-M and L5 related code. 2020-03-24 08:30:14 +00:00
nil Documentation-related fixes. 2020-03-15 16:42:38 +00:00
oslib Documentation-related fixes. 2020-03-15 16:42:38 +00:00
rt Fixed bug #1093. 2020-05-01 10:22:10 +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 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13579 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-26 12:36:56 +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.