Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tasking: Remove CMAKE_SYSTEM_PROCESSOR support per CMP0123 | Christoph Seitz | 2022-11-07 | 1 | -32/+0 |
| | | | | | | | Architecture specific compile options should be set through toolchain files. Fixes: #24115 | ||||
* | Tasking: Fix PIC option for Tasking Toolset | Gordon Jess | 2022-11-03 | 1 | -1/+1 |
| | | | | Fixes: #24114 | ||||
* | Tasking: Simplify processor list matching regex | Hutchings Samuel (ETAS/ERS-PRM) | 2022-10-07 | 1 | -2/+2 |
| | |||||
* | Tasking: Add support for several compiler toolsets | Christoph Seitz | 2022-09-14 | 1 | -0/+86 |
Add support for the Tasking compiler toolset: * TriCore Compiler Toolset 6.3 (with TriCore, ARM, MCS, 8051 and PCP architecture compilers) * SmartCode Compiler Toolset 10.1 (with TriCore, ARC, MCS, 8051 architecture compilers) * ARM Compiler 6.0 * MCS Complier 3.3 * 8051 Compiler 7.2 Fixes: #23756 |