ChibiOS/os
Rocco Marco Guglielmi ef1b09a772 Added ISR helper for SPI driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13129 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-10-21 10:51:01 +00:00
..
common Added support for .cc files extensions in makefiles. 2019-10-19 16:45:17 +00:00
ex Cleanup of TODO instances. 2019-05-18 06:41:00 +00:00
hal Added ISR helper for SPI driver 2019-10-21 10:51:01 +00:00
license Posix API preparation, not complete. Added license checks for SB. 2019-09-14 15:44:50 +00:00
nil New semaphore functions. 2019-10-05 11:58:54 +00:00
oslib chconf.h generators updated, fixed a typo. 2019-08-28 09:09:25 +00:00
rt Documentation fixes. 2019-10-07 15:21:57 +00:00
sb FPU-related code in SB. 2019-09-19 06:12:53 +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.