ChibiOS/os
Andrey Gusakov 8d412f9d59 Fix Rusefi Simulato compilation
This fixes:
build/obj/syscalls_cpp.o:(.bss.__dso_handle+0x0): multiple definition of `__dso_handle'
/usr/lib/gcc/x86_64-linux-gnu/7/32/crtbeginS.o:(.data.rel.local+0x0): first defined here
/usr/bin/ld: errno: TLS definition in /lib32/libc.so.6 section .tbss mismatches non-TLS reference in build/obj/syscalls_cpp.o
2023-07-06 22:08:57 -04:00
..
common Added __eabi() function to e200 GCC startup file. 2021-10-24 07:16:30 +00:00
ex lis302dl: fix uninitialized 2023-07-06 22:08:02 -04:00
hal Add UART Half-DMA transfer mode (#2) 2023-07-06 22:08:02 -04:00
license Updated version numbers. 2021-10-31 09:23:37 +00:00
nil git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14981 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-10-31 09:48:43 +00:00
oslib Fixed bug #1210. 2022-01-09 06:36:57 +00:00
rt Changed license to GPL for this single instance of chconf.h in order to prevent issues on relicensing automation. 2021-10-31 09:44:07 +00:00
sb git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15202 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-12-05 12:26:00 +00:00
various Fix Rusefi Simulato compilation 2023-07-06 22:08:57 -04: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.