mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-23 10:45:18 +00:00
27 lines
609 B
Text
27 lines
609 B
Text
toolchain:
|
|
GCC:
|
|
env:
|
|
PATH : [ "/opt/gcc-arm-none-eabi-10-2020-q4-major/bin" ]
|
|
rte:
|
|
Tcompiler: "GCC"
|
|
Toptions : ""
|
|
ccompiler:
|
|
cmd : "arm-none-eabi-gcc"
|
|
cmdfile : "@\""
|
|
input : "\""
|
|
output : "-o \""
|
|
include : "-I\""
|
|
define : "-D"
|
|
assembler:
|
|
cmd : "arm-none-eabi-gcc"
|
|
cmdfile : "@\""
|
|
input : "\""
|
|
output : "-o \""
|
|
include : "-I\""
|
|
define : "-D"
|
|
linker:
|
|
cmd : "arm-none-eabi-gcc"
|
|
cmdfile : "@\""
|
|
input : "\""
|
|
output : "-o \""
|
|
script : "-T \""
|