ChibiOS/os
areviu 7454fa6ad5 added SAMA HMAC + fixed TRNG 128 bit generation
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12042 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-05-19 13:15:06 +00:00
..
common Added F413 board, demo and revised HAL code, to be tested. 2018-05-14 11:08:58 +00:00
ex Fixed Bug #943 2018-05-02 13:18:38 +00:00
hal added SAMA HMAC + fixed TRNG 128 bit generation 2018-05-19 13:15:06 +00:00
lib Documentation-related fixes. 2018-05-03 11:19:35 +00:00
license Documentation-related improvements. 2018-05-03 11:54:03 +00:00
nil git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-05-04 12:08:34 +00:00
rt Small documentation fix. 2018-05-05 14:54:48 +00:00
various moved ff and reliance-edge under binding folder 2018-05-06 14:49:44 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6246 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-09-02 10:16:38 +00:00

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.