Files
blackmagic/cross-file/blackpill-f411ce.ini
ALTracer 1bc6ec3d65 meson: Update targets in cross-files for bigger platforms
* 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.
2024-07-11 21:18:19 +03:00

25 lines
639 B
INI

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