Created
August 16, 2024 00:45
-
-
Save litui/5b8b1a7e3e8ec2824be89dedd87c306f to your computer and use it in GitHub Desktop.
meson cross-file for cortexar support in Black Magic Probe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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