mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
24 lines
578 B
INI
24 lines
578 B
INI
# This a cross-file for the ctxLink probe, providing sane default options for it.
|
|
|
|
[binaries]
|
|
c = 'arm-none-eabi-gcc'
|
|
ld = 'arm-none-eabi-gcc'
|
|
ar = 'arm-none-eabi-ar'
|
|
nm = 'arm-none-eabi-nm'
|
|
strip = 'arm-none-eabi-strip'
|
|
objcopy = 'arm-none-eabi-objcopy'
|
|
objdump = 'arm-none-eabi-objdump'
|
|
size = 'arm-none-eabi-size'
|
|
|
|
[host_machine]
|
|
system = 'bare-metal'
|
|
cpu_family = 'arm'
|
|
cpu = 'arm'
|
|
endian = 'little'
|
|
|
|
[project options]
|
|
probe = 'ctxlink'
|
|
targets = 'cortexar,cortexm,riscv32,riscv64,efm,hc32,lpc,nrf,nxp,renesas,rp,sam,stm,ti,xilinx'
|
|
rtt_support = true
|
|
bmd_bootloader = false
|