ChibiOS/os/common/ports
akscram cc99d468a5 ci: unpack ext deps and fix some builds
* Unpack external dependencies located under the ext/ directory before
  build projects.
* Added a mechanism to skip build failures. SPC5 projects that require
  ppc-freevle-eabi-gcc and ccppc are skipped.
* Fixed small compilation errors with undefined variables.


git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14614 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-07-24 21:03:37 +00:00
..
ARM ci: unpack ext deps and fix some builds 2021-07-24 21:03:37 +00:00
ARM-common Documentation-related fixes. 2021-06-13 08:28:06 +00:00
ARMv6-M MISRA-related fixes. 2021-06-13 09:25:32 +00:00
ARMv6-M-RP2 MISRA-related fixes. 2021-06-13 09:25:32 +00:00
ARMv7-M MISRA-related fixes. 2021-06-13 09:25:32 +00:00
ARMv8-M-ML MISRA-related fixes. 2021-06-13 09:25:32 +00:00
ARMv8-M-ML-TZ Removed unused option. 2021-06-05 03:52:17 +00:00
AVR Fixed wrong macro check. 2021-06-14 17:24:26 +00:00
SIMIA32 Removed unused option. 2021-06-05 03:52:17 +00:00
e200 Removed unused option. 2021-06-05 03:52:17 +00:00
templates Documentation-related fixes. 2021-06-13 08:47:53 +00:00
readme.txt Tree reorganization. 2016-02-16 09:59:21 +00:00

readme.txt

All the code contained under ./os/common/ports are RTOS ports compatible
with both RT and NIL. The code is placed under ./os/common in order to
prevent code duplication and disalignments.