summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Tasking-ASM.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tasking: Add support for ASM through the cctc compiler driverAlaa Mahran2025-01-171-3/+2
| | | | | | | | | | | The Tasking ASM information module was added by commit 94df5b6ef1 (Tasking: Add support for several compiler toolsets, 2022-07-20, v3.25.0-rc1~133^2). However, it appears to have been left from pattern following and did not actually work with the Tasking assembler. Update it to work when running the assembler through the compiler driver `cctc`, which supports extensions `.asm` and `.src`. Fixes: #26425
* Tasking: Add support for several compiler toolsetsChristoph Seitz2022-09-141-0/+7
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