ChibiOS/os
Giovanni Di Sirio ceb326112d Fixed bug #781.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10228 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-05-29 09:39:09 +00:00
..
common _unhandled_exception made weak in ARMCMx 2017-05-28 15:18:26 +00:00
ex Fixed "DOXIGEN" typo. 2016-10-25 10:27:52 +00:00
hal Fixed bug #781. 2017-05-29 09:39:09 +00:00
license MISRA-related fixes. 2017-02-05 08:32:45 +00:00
nil Threads queues completed in NIL. 2017-04-11 11:08:36 +00:00
rt Added a note to sleep functions because use of unsafe time conversion macros internally. 2017-04-24 16:48:14 +00:00
various Fixed warning in shell when auto completion is enabled. 2017-04-25 07:02:27 +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.