Skip to content

Instantly share code, notes, and snippets.

@litui
Created August 16, 2024 00:45
Show Gist options
  • Save litui/5b8b1a7e3e8ec2824be89dedd87c306f to your computer and use it in GitHub Desktop.
Save litui/5b8b1a7e3e8ec2824be89dedd87c306f to your computer and use it in GitHub Desktop.
meson cross-file for cortexar support in Black Magic Probe
[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 = 'native'
targets = 'cortexm,cortexar,renesas,rp,sam,stm'
rtt_support = false
bmd_bootloader = true
debug_output = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment