ChibiOS/os
Giovanni Di Sirio e480f49e58 Tentative SPIv1 I2S driver fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13212 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-12-07 08:53:10 +00:00
..
common Scatter files symbos renamed for consistency. Now all scatter exported symbols are prefixed and postfixed by a __. Adopted "base" instead of "start" for all symbols defining the base of a memory area. 2019-11-23 13:51:54 +00:00
ex Mass update of copyright period for ChibiOS/EX 2019-10-23 09:32:53 +00:00
hal Tentative SPIv1 I2S driver fix. 2019-12-07 08:53:10 +00:00
license Posix API preparation, not complete. Added license checks for SB. 2019-09-14 15:44:50 +00:00
nil chconf.h mass update for jobs queues 2019-12-05 09:17:04 +00:00
oslib chconf.h mass update for jobs queues 2019-12-05 09:17:04 +00:00
rt chconf.h mass update for jobs queues 2019-12-05 09:17:04 +00:00
sb FPU-related code in SB. 2019-09-19 06:12:53 +00:00
se Safety Elements subsystem. 2019-11-02 11:16:48 +00:00
various Added an option to change the shell thread name. 2019-08-11 07:08:25 +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.