ChibiOS/os
Rocco Marco Guglielmi 3d1a198221 Improved communication buffer management for ADXL355 Device Driver
Added a new demo for the STM32F7

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13557 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-04-22 16:02:51 +00:00
..
common Mail queues test implementation. 2020-04-19 08:22:27 +00:00
ex Improved communication buffer management for ADXL355 Device Driver 2020-04-22 16:02:51 +00:00
hal Fix bug #1085 2020-04-22 06:54:29 +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 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13517 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2020-04-06 12:41:34 +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 Added dynamic reconfiguration API to lwIP bindings. 2020-04-19 07:02:05 +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.