Files
blackmagic/cross-file/native-riscv.ini

26 lines
638 B
INI

# This a cross-file for the native probe. It defines a default configuration profile that
# provides only support for both RISC-V architectures and support for RISC-V targets.
[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 = 'native'
targets = 'riscv32,riscv64,gd32,rp'
rtt_support = false
bmd_bootloader = true