提交按键库例程
This commit is contained in:
53
2gpio-lib/.xmake/linux/x86_64/xmake.conf
Normal file
53
2gpio-lib/.xmake/linux/x86_64/xmake.conf
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user