ChibiOS/os
Giovanni Di Sirio 75f5534c43 More IAR-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13405 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-03-08 15:36:40 +00:00
..
common Fixed PORT_USE_GUARD_MPU_REGION port option name. 2020-03-06 15:02:58 +00:00
ex Mass update of copyright period for ChibiOS/EX 2019-10-23 09:32:53 +00:00
hal Added complementary capability to TIM channel 4, some devices support it. 2020-03-08 09:03:05 +00:00
license Posix API preparation, not complete. Added license checks for SB. 2019-09-14 15:44:50 +00:00
nil Fixed build error with specific options. 2020-03-06 15:42:50 +00:00
oslib Changed licensing checks. 2020-02-19 13:02:26 +00:00
rt More IAR-related fixes. 2020-03-08 15:36:40 +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 Improved support for lwIP, fixed bug #1009. 2020-01-12 07:59:24 +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.