mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
Initial commit
This commit is contained in:
27
external/CMSIS_5/docker/rtebuild/armcc.rtebuild
vendored
Normal file
27
external/CMSIS_5/docker/rtebuild/armcc.rtebuild
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
toolchain:
|
||||
ARMCC5:
|
||||
env:
|
||||
PATH : [ "/opt/armcc/bin" ]
|
||||
rte:
|
||||
Tcompiler: "ARMCC"
|
||||
Toptions : "AC5"
|
||||
ccompiler:
|
||||
cmd : "armcc"
|
||||
cmdfile : "--via \""
|
||||
input : "\""
|
||||
output : "-o \""
|
||||
include : "-I\""
|
||||
define : "-D"
|
||||
assembler:
|
||||
cmd : "armasm"
|
||||
cmdfile : "--via \""
|
||||
input : "\""
|
||||
output : "-o \""
|
||||
include : "-I\""
|
||||
define : "--pd \"%{str.join(' SETA ', (str.split(value, '=') + [ '1' ])[0:2])}\""
|
||||
linker:
|
||||
cmd : "armlink"
|
||||
cmdfile : "--via \""
|
||||
input : "\""
|
||||
output : "-o \""
|
||||
script : "--scatter=\""
|
Reference in New Issue
Block a user