Files
blackmagic/cross-file/blackpill-f401ce.ini
ALTracer ad3957ac55 meson: Update targets in cross-files
* Add apollo3,ch32,gd32,mm32 to blackpill-f4 because there's room for them.
2024-11-01 19:37:13 +03:00

25 lines
662 B
INI

# This a cross-file for the blackpill-f401ce 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 = 'blackpill-f401ce'
targets = 'cortexar,cortexm,riscv32,riscv64,apollo3,at32f4,ch32,ch579,efm,gd32,hc32,lpc,mm32,nrf,nxp,puya,renesas,rp,sam,stm,ti,xilinx'
rtt_support = true
bmd_bootloader = true