mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00

* WinChipHead CH579, Puya PY32F0, Arterytek AT32F43x target drivers were the most recently added, and they are self-contained * GD32/STM32F103CB-based adapters cannot fit all of the drivers, so some are disabled by default, requiring makeflags or meson flags to opt-in. * Enable such drivers by default in meson builds for adapters with 256 KiB of internal flash or more, to provide users a full feature set of target drivers and to leverage CI compile-checking code at least on those adapters.
25 lines
624 B
INI
25 lines
624 B
INI
# This a cross-file for the stlinkv3 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 = 'stlinkv3'
|
|
targets = 'cortexar,cortexm,riscv32,riscv64,at32f4,ch579,efm,hc32,lpc,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
|
|
rtt_support = true
|
|
bmd_bootloader = false
|