blob: a9e5af6eee8b9985dbd777e373bd8116e56ed907 [file] [log] [blame]
Jonatan Antoni4b0ede32021-04-29 18:26:29 +02001toolchain:
2 GCC:
3 env:
4 PATH : [ "/opt/gcc-arm-none-eabi-10-2020-q4-major/bin" ]
5 rte:
6 Tcompiler: "GCC"
7 Toptions : ""
8 ccompiler:
9 cmd : "arm-none-eabi-gcc"
10 cmdfile : "@\""
11 input : "\""
12 output : "-o \""
13 include : "-I\""
14 define : "-D"
15 assembler:
16 cmd : "arm-none-eabi-gcc"
17 cmdfile : "@\""
18 input : "\""
19 output : "-o \""
20 include : "-I\""
21 define : "-D"
22 linker:
23 cmd : "arm-none-eabi-gcc"
24 cmdfile : "@\""
25 input : "\""
26 output : "-o \""
27 script : "-T \""