Files
stm32h7-libopencm3/2gpio-lib/.xmake/linux/x86_64/xmake.conf
2025-12-29 19:10:44 +08:00

53 lines
909 B
Plaintext

{
arch = "x86_64",
builddir = "build",
ccache = true,
host = "linux",
kind = "static",
mode = "release",
ndk_stdcxx = true,
plat = "linux",
target_os = "linux",
__toolchains_linux_arm32 = {
"envs",
"gcc",
"yasm",
"nasm",
"fasm",
"cuda",
"go",
"rust",
"swift",
"gfortran",
"fpc"
},
__toolchains_linux_MCU = {
"envs",
"gcc",
"yasm",
"nasm",
"fasm",
"cuda",
"go",
"rust",
"swift",
"gfortran",
"fpc"
},
__toolchains_linux_x86_64 = {
"envs",
"gcc",
"yasm",
"nasm",
"fasm",
"cuda",
"go",
"rust",
"swift",
"gfortran",
"fpc"
},
["__toolchains_MCU_ARM Cortex-M7"] = {
"envs"
}
}