mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
27 lines
607 B
INI
27 lines
607 B
INI
# This a cross-file for the stlink probe, providing sane default options for it.
|
|
|
|
[binaries]
|
|
c = 'arm-none-eabi-gcc'
|
|
cpp = 'arm-none-eabi-g++'
|
|
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 = 'stlink'
|
|
targets = 'cortexm,lpc,nrf,nxp,sam,stm,ti'
|
|
rtt_support = false
|
|
stlink_swim_nrst_as_uart = false
|
|
bmd_bootloader = false
|
|
stlink_v2_isol = false
|