0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-30 23:31:25 +03:00
2023-09-09 08:03:56 +01:00

28 lines
609 B
Plaintext

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 \""