提交按键库例程
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26
2gpio-lib/.vscode/compile_commands.json
vendored
26
2gpio-lib/.vscode/compile_commands.json
vendored
@@ -1,26 +0,0 @@
|
||||
[
|
||||
{
|
||||
"directory": "/home/time/doc/codefile/embe/Blog/stm32/stm32h7/2gpio-lib",
|
||||
"arguments": ["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc", "-c", "-g", "-O0", "-I../../libopencm3/include", "-Iuser/inc", "-Ilib/ebtn", "-DSTM32H7", "-mthumb", "-mcpu=cortex-m7", "-mfpu=fpv5-d16", "-mfloat-abi=hard", "-o", "build/.objs/lib-ebtn/MCU/ARM Cortex-M7/release/lib/ebtn/ebtn_cb.c.o", "lib/ebtn/ebtn_cb.c"],
|
||||
"file": "lib/ebtn/ebtn_cb.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/time/doc/codefile/embe/Blog/stm32/stm32h7/2gpio-lib",
|
||||
"arguments": ["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc", "-c", "-g", "-O0", "-I../../libopencm3/include", "-Iuser/inc", "-Ilib/ebtn", "-DSTM32H7", "-mthumb", "-mcpu=cortex-m7", "-mfpu=fpv5-d16", "-mfloat-abi=hard", "-o", "build/.objs/lib-ebtn/MCU/ARM Cortex-M7/release/lib/ebtn/ebtn.c.o", "lib/ebtn/ebtn.c"],
|
||||
"file": "lib/ebtn/ebtn.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/time/doc/codefile/embe/Blog/stm32/stm32h7/2gpio-lib",
|
||||
"arguments": ["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc", "-c", "-g", "-O0", "-I../../libopencm3/include", "-Iuser/inc", "-Ilib/ebtn", "-DSTM32H7", "-mthumb", "-mcpu=cortex-m7", "-mfpu=fpv5-d16", "-mfloat-abi=hard", "-o", "build/.objs/gpio-lib/MCU/ARM Cortex-M7/release/user/src/gpio.c.o", "user/src/gpio.c"],
|
||||
"file": "user/src/gpio.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/time/doc/codefile/embe/Blog/stm32/stm32h7/2gpio-lib",
|
||||
"arguments": ["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc", "-c", "-g", "-O0", "-I../../libopencm3/include", "-Iuser/inc", "-Ilib/ebtn", "-DSTM32H7", "-mthumb", "-mcpu=cortex-m7", "-mfpu=fpv5-d16", "-mfloat-abi=hard", "-o", "build/.objs/gpio-lib/MCU/ARM Cortex-M7/release/user/src/main.c.o", "user/src/main.c"],
|
||||
"file": "user/src/main.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/time/doc/codefile/embe/Blog/stm32/stm32h7/2gpio-lib",
|
||||
"arguments": ["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc", "-c", "-g", "-O0", "-I../../libopencm3/include", "-Iuser/inc", "-Ilib/ebtn", "-DSTM32H7", "-mthumb", "-mcpu=cortex-m7", "-mfpu=fpv5-d16", "-mfloat-abi=hard", "-o", "build/.objs/gpio-lib/MCU/ARM Cortex-M7/release/user/src/systick.c.o", "user/src/systick.c"],
|
||||
"file": "user/src/systick.c"
|
||||
}]
|
||||
23
2gpio-lib/.vscode/settings.json
vendored
23
2gpio-lib/.vscode/settings.json
vendored
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"rcc.h": "c",
|
||||
"gpio.h": "c",
|
||||
"rcc_common_all.h": "c",
|
||||
"main.h": "c",
|
||||
"flash.h": "c",
|
||||
"stdint.h": "c",
|
||||
"systick.h": "c",
|
||||
"scb.h": "c",
|
||||
"nvic.h": "c",
|
||||
"gpio_common_f24.h": "c",
|
||||
"gpio_common_f234.h": "c",
|
||||
"gpio_common_all.h": "c",
|
||||
"pwr.h": "c",
|
||||
"common.h": "c"
|
||||
},
|
||||
"Codegeex.Chat.fontSize": 18,
|
||||
"Codegeex.RepoIndex": true,
|
||||
"C_Cpp.default.compilerPath": "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc",
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
|
||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json"
|
||||
}
|
||||
11
2gpio-lib/.xmake/linux/x86_64/cache/config
vendored
11
2gpio-lib/.xmake/linux/x86_64/cache/config
vendored
@@ -1,11 +0,0 @@
|
||||
{
|
||||
options = {
|
||||
mode = "release",
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
mtimes = {
|
||||
["xmake.lua"] = 1764437527
|
||||
},
|
||||
recheck = false
|
||||
}
|
||||
288
2gpio-lib/.xmake/linux/x86_64/cache/detect
vendored
288
2gpio-lib/.xmake/linux/x86_64/cache/detect
vendored
@@ -1,288 +0,0 @@
|
||||
{
|
||||
["find_program_arm-none-eabi_arch_ARM Cortex-M7_plat_MCU_checktoolcc"] = {
|
||||
["arm-none-eabi-gcc"] = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc"
|
||||
},
|
||||
["core.tools.gcc.has_cflags"] = {
|
||||
["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc_"] = {
|
||||
["-shared"] = true,
|
||||
["-o"] = true,
|
||||
["-print-multi-directory"] = true,
|
||||
["-no-canonical-prefixes"] = true,
|
||||
["--param"] = true,
|
||||
["-print-multiarch"] = true,
|
||||
["--version"] = true,
|
||||
["-dumpversion"] = true,
|
||||
["-dumpspecs"] = true,
|
||||
["-print-libgcc-file-name"] = true,
|
||||
["-x"] = true,
|
||||
["-v"] = true,
|
||||
["-pass-exit-codes"] = true,
|
||||
["--help"] = true,
|
||||
["-E"] = true,
|
||||
["-pie"] = true,
|
||||
["-S"] = true,
|
||||
["-print-sysroot-headers-suffix"] = true,
|
||||
["-c"] = true,
|
||||
["-print-search-dirs"] = true,
|
||||
["-pipe"] = true,
|
||||
["-print-multi-os-directory"] = true,
|
||||
["-print-multi-lib"] = true,
|
||||
["-Xpreprocessor"] = true,
|
||||
["-time"] = true,
|
||||
["-dumpmachine"] = true,
|
||||
["-print-sysroot"] = true,
|
||||
["--target-help"] = true,
|
||||
["-Xassembler"] = true,
|
||||
["-save-temps"] = true,
|
||||
["-B"] = true,
|
||||
["-Xlinker"] = true
|
||||
}
|
||||
},
|
||||
find_program = {
|
||||
["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-g++"] = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-g++",
|
||||
["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc"] = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc",
|
||||
gcc = "/usr/bin/gcc",
|
||||
nim = false
|
||||
},
|
||||
["core.tools.gcc.has_ldflags"] = {
|
||||
["/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-g++_"] = {
|
||||
["-rpath"] = true,
|
||||
["--traditional-format"] = true,
|
||||
["-e"] = true,
|
||||
["--stats"] = true,
|
||||
["--enable-non-contiguous-regions"] = true,
|
||||
["--export-dynamic-symbol"] = true,
|
||||
["-debug"] = true,
|
||||
["-Tbss"] = true,
|
||||
["-Qy"] = true,
|
||||
["-Bno-symbolic"] = true,
|
||||
["--fatal-warnings"] = true,
|
||||
["--reduce-memory-overheads"] = true,
|
||||
["--spare-dynamic-tags"] = true,
|
||||
["--force-group-allocation"] = true,
|
||||
["--dynamic-list-data"] = true,
|
||||
["-Map"] = true,
|
||||
["--push-state"] = true,
|
||||
["--gc-keep-exported"] = true,
|
||||
["--split-by-reloc"] = true,
|
||||
["--fix-v4bx"] = true,
|
||||
["--help"] = true,
|
||||
["--error-execstack"] = true,
|
||||
["--fix-v4bx-interworking"] = true,
|
||||
["--pic-veneer"] = true,
|
||||
["--ctf-variables"] = true,
|
||||
["--rosegment"] = true,
|
||||
["-T"] = true,
|
||||
["--library-path"] = true,
|
||||
["--no-as-needed"] = true,
|
||||
["--no-warn-mismatch"] = true,
|
||||
["--version-exports-section"] = true,
|
||||
["-init"] = true,
|
||||
["--default-imported-symver"] = true,
|
||||
["--auxiliary"] = true,
|
||||
["--nmagic"] = true,
|
||||
["-L"] = true,
|
||||
["--undefined"] = true,
|
||||
["-Tldata-segment"] = true,
|
||||
["-m"] = true,
|
||||
["--warn-common"] = true,
|
||||
["--enable-new-dtags"] = true,
|
||||
["-u"] = true,
|
||||
["-Bsymbolic"] = true,
|
||||
["--enable-linker-version"] = true,
|
||||
["--end-group"] = true,
|
||||
["-no-pie"] = true,
|
||||
["--trace"] = true,
|
||||
["--output"] = true,
|
||||
["--warn-execstack-objects"] = true,
|
||||
["--no-undefined-version"] = true,
|
||||
["--gc-sections"] = true,
|
||||
["--check-sections"] = true,
|
||||
["--accept-unknown-input-arch"] = true,
|
||||
["--disable-linker-version"] = true,
|
||||
["--no-error-execstack"] = true,
|
||||
["--relocatable"] = true,
|
||||
["--no-gc-sections"] = true,
|
||||
["--task-link"] = true,
|
||||
["--no-ctf-variables"] = true,
|
||||
["--no-undefined"] = true,
|
||||
["--no-relax"] = true,
|
||||
["--demangle"] = true,
|
||||
["-l"] = true,
|
||||
["-dT"] = true,
|
||||
["-soname"] = true,
|
||||
["--no-wchar-size-warning"] = true,
|
||||
["-V"] = true,
|
||||
["--pop-state"] = true,
|
||||
["--print-memory-usage"] = true,
|
||||
["-b"] = true,
|
||||
["--library"] = true,
|
||||
["--section-start"] = true,
|
||||
["--no-print-gc-sections"] = true,
|
||||
["-Ur"] = true,
|
||||
["--sort-section"] = true,
|
||||
["--print-map-locals"] = true,
|
||||
["--enable-non-contiguous-regions-warnings"] = true,
|
||||
["--print-output-format"] = true,
|
||||
["-Y"] = true,
|
||||
["--discard-locals"] = true,
|
||||
["--target1-rel"] = true,
|
||||
["--long-plt"] = true,
|
||||
["--no-rosegment"] = true,
|
||||
["--no-warn-search-mismatch"] = true,
|
||||
["--discard-all"] = true,
|
||||
["-Ttext"] = true,
|
||||
["--no-strip-discarded"] = true,
|
||||
["--fix-stm32l4xx-629360"] = true,
|
||||
["--cref"] = true,
|
||||
["--as-needed"] = true,
|
||||
["--no-export-dynamic"] = true,
|
||||
["--eh-frame-hdr"] = true,
|
||||
["--no-map-whole-files"] = true,
|
||||
["-z"] = true,
|
||||
["--strip-all"] = true,
|
||||
["-f"] = true,
|
||||
["--require-defined"] = true,
|
||||
["-EL"] = true,
|
||||
["--trace-symbol"] = true,
|
||||
["--warn-rwx-segments"] = true,
|
||||
["--export-dynamic"] = true,
|
||||
["-P"] = true,
|
||||
["-a"] = true,
|
||||
["--wrap"] = true,
|
||||
["-assert"] = true,
|
||||
["--warn-unresolved-symbols"] = true,
|
||||
["--oformat"] = true,
|
||||
["--dynamic-list-cpp-new"] = true,
|
||||
["-nostdlib"] = true,
|
||||
["--format"] = true,
|
||||
["--dependency-file"] = true,
|
||||
["--no-dynamic-linker"] = true,
|
||||
["--dynamic-list"] = true,
|
||||
["--no-check-sections"] = true,
|
||||
["-g"] = true,
|
||||
["--dynamic-linker"] = true,
|
||||
["-I"] = true,
|
||||
["-Ttext-segment"] = true,
|
||||
["--default-symver"] = true,
|
||||
["--print-map"] = true,
|
||||
["--warn-multiple-gp"] = true,
|
||||
["--sort-common"] = true,
|
||||
["--warn-textrel"] = true,
|
||||
["--no-error-rwx-segments"] = true,
|
||||
["--no-merge-exidx-entries"] = true,
|
||||
["--force-exe-suffix"] = true,
|
||||
["--no-warn-rwx-segments"] = true,
|
||||
["--section-ordering-file"] = true,
|
||||
["--use-blx"] = true,
|
||||
["--script"] = true,
|
||||
["--no-fatal-warnings"] = true,
|
||||
["--disable-new-dtags"] = true,
|
||||
["-O"] = true,
|
||||
["-o"] = true,
|
||||
["--target-help"] = true,
|
||||
["-fini"] = true,
|
||||
["--no-accept-unknown-input-arch"] = true,
|
||||
["--no-demangle"] = true,
|
||||
["-Bshareable"] = true,
|
||||
["-static"] = true,
|
||||
["--unique"] = true,
|
||||
["-h"] = true,
|
||||
["--out-implib"] = true,
|
||||
["-Tdata"] = true,
|
||||
["--filter"] = true,
|
||||
["--map-whole-files"] = true,
|
||||
["--target1-abs"] = true,
|
||||
["--copy-dt-needed-entries"] = true,
|
||||
["-R"] = true,
|
||||
["--error-rwx-segments"] = true,
|
||||
["--error-unresolved-symbols"] = true,
|
||||
["-rpath-link"] = true,
|
||||
["--start-group"] = true,
|
||||
["--no-keep-memory"] = true,
|
||||
["-F"] = true,
|
||||
["-Trodata-segment"] = true,
|
||||
["--verbose"] = true,
|
||||
["--no-print-map-locals"] = true,
|
||||
["--disable-multiple-abs-defs"] = true,
|
||||
["-c"] = true,
|
||||
["-flto"] = true,
|
||||
["--entry"] = true,
|
||||
["--no-omagic"] = true,
|
||||
["--defsym"] = true,
|
||||
["-dp"] = true,
|
||||
["--print-map-discarded"] = true,
|
||||
["--no-define-common"] = true,
|
||||
["--cmse-implib"] = true,
|
||||
["-y"] = true,
|
||||
["--no-whole-archive"] = true,
|
||||
["--architecture"] = true,
|
||||
["-plugin"] = true,
|
||||
["--pic-executable"] = true,
|
||||
["--discard-none"] = true,
|
||||
["--no-print-map-discarded"] = true,
|
||||
["--no-copy-dt-needed-entries"] = true,
|
||||
["--mri-script"] = true,
|
||||
["--no-eh-frame-hdr"] = true,
|
||||
["-Bsymbolic-functions"] = true,
|
||||
["--just-symbols"] = true,
|
||||
["--no-enum-size-warning"] = true,
|
||||
["--retain-symbols-file"] = true,
|
||||
["-G"] = true,
|
||||
["--ignore-unresolved-symbol"] = true,
|
||||
["--dynamic-list-cpp-typeinfo"] = true,
|
||||
["--print-sysroot"] = true,
|
||||
["--remap-inputs"] = true,
|
||||
["--error-handling-script"] = true,
|
||||
["--export-dynamic-symbol-list"] = true,
|
||||
["--in-implib"] = true,
|
||||
["--no-allow-shlib-undefined"] = true,
|
||||
["--relax"] = true,
|
||||
["-Bgroup"] = true,
|
||||
["--gpsize"] = true,
|
||||
["--warn-section-align"] = true,
|
||||
["--strip-debug"] = true,
|
||||
["--warn-once"] = true,
|
||||
["--emit-relocs"] = true,
|
||||
["-qmagic"] = true,
|
||||
["--allow-shlib-undefined"] = true,
|
||||
["--remap-inputs-file"] = true,
|
||||
["--version"] = true,
|
||||
["-EB"] = true,
|
||||
["--vfp11-denorm-fix"] = true,
|
||||
["-plugin-save-temps"] = true,
|
||||
["--print-gc-sections"] = true,
|
||||
["--warn-execstack"] = true,
|
||||
["--version-script"] = true,
|
||||
["--omagic"] = true,
|
||||
["--default-script"] = true,
|
||||
["--warn-alternate-em"] = true,
|
||||
["--split-by-file"] = true,
|
||||
["--no-warn-execstack"] = true,
|
||||
["--no-warnings"] = true,
|
||||
["-plugin-opt"] = true,
|
||||
["--be8"] = true,
|
||||
["--whole-archive"] = true,
|
||||
["--allow-multiple-definition"] = true,
|
||||
["--image-base"] = true,
|
||||
["--orphan-handling"] = true,
|
||||
["--undefined-version"] = true,
|
||||
["--strip-discarded"] = true,
|
||||
["-A"] = true
|
||||
}
|
||||
},
|
||||
["find_program_arm-none-eabi_arch_ARM Cortex-M7_plat_MCU_checktoolar"] = {
|
||||
["arm-none-eabi-gcc-ar"] = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc-ar"
|
||||
},
|
||||
["lib.detect.has_flags"] = {
|
||||
["linux_x86_64_/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc__cc_cxflags__-fdiagnostics-color=always"] = true,
|
||||
["linux_x86_64_/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-g++__ld___-fPIC"] = false,
|
||||
["linux_x86_64_/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc__cc___-O0"] = true,
|
||||
["linux_x86_64_/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc__cc___-fPIC"] = true,
|
||||
["linux_x86_64_/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc__cc_cxflags__-Wno-gnu-line-marker -Werror"] = true,
|
||||
["linux_x86_64_/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc__cc_cxflags__-MMD -MF"] = true
|
||||
},
|
||||
["find_program_arm-none-eabi_arch_ARM Cortex-M7_plat_MCU_checktoolld"] = {
|
||||
["arm-none-eabi-g++"] = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-g++"
|
||||
}
|
||||
}
|
||||
69
2gpio-lib/.xmake/linux/x86_64/cache/history
vendored
69
2gpio-lib/.xmake/linux/x86_64/cache/history
vendored
@@ -1,69 +0,0 @@
|
||||
{
|
||||
cmdlines = {
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake -r",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake project -k compile_commands",
|
||||
"xmake check",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake clean",
|
||||
"xmake -r",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake -r",
|
||||
"xmake clean",
|
||||
"xmake -r",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/update_intellisense.lua .vscode clangd",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake check",
|
||||
"xmake -r",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake -r",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake project -k makefile",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake check",
|
||||
"xmake check",
|
||||
"xmake check",
|
||||
"xmake check",
|
||||
"xmake check",
|
||||
"xmake check",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/explorer.lua",
|
||||
"xmake l /home/time/.vscode-server/extensions/tboox.xmake-vscode-2.4.1/assets/config.lua",
|
||||
"xmake check",
|
||||
"xmake clean",
|
||||
"xmake -r",
|
||||
"xmake lua /home/time/.local/share/xmake/modules/private/utils/statistics.lua",
|
||||
"xmake lua /home/time/.local/share/xmake/actions/build/cleaner.lua"
|
||||
}
|
||||
}
|
||||
1
2gpio-lib/.xmake/linux/x86_64/cache/option
vendored
1
2gpio-lib/.xmake/linux/x86_64/cache/option
vendored
@@ -1 +0,0 @@
|
||||
{ }
|
||||
1
2gpio-lib/.xmake/linux/x86_64/cache/package
vendored
1
2gpio-lib/.xmake/linux/x86_64/cache/package
vendored
@@ -1 +0,0 @@
|
||||
{ }
|
||||
1
2gpio-lib/.xmake/linux/x86_64/cache/project
vendored
1
2gpio-lib/.xmake/linux/x86_64/cache/project
vendored
@@ -1 +0,0 @@
|
||||
{ }
|
||||
155
2gpio-lib/.xmake/linux/x86_64/cache/toolchain
vendored
155
2gpio-lib/.xmake/linux/x86_64/cache/toolchain
vendored
@@ -1,155 +0,0 @@
|
||||
{
|
||||
["arm-none-eabi_arch_ARM Cortex-M7_plat_MCU"] = {
|
||||
__checked = {
|
||||
bindir = "/home/time/doc/mybin/arm-none-eabi/bin",
|
||||
cross = "arm-none-eabi-",
|
||||
sdkdir = "/home/time/doc/mybin/arm-none-eabi"
|
||||
},
|
||||
arch = "ARM Cortex-M7",
|
||||
bindir = "/home/time/doc/mybin/arm-none-eabi/bin",
|
||||
plat = "MCU",
|
||||
cross = "arm-none-eabi-",
|
||||
sdkdir = "/home/time/doc/mybin/arm-none-eabi"
|
||||
},
|
||||
yasm_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
gfortran_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
nasm_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
fpc_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
cross_arch_x86_64_plat_linux = {
|
||||
__checked = false,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
nim_arch_x86_64_plat_linux = {
|
||||
__checked = false,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
["tool_target_gpio-lib_MCU_ARM Cortex-M7_ld"] = {
|
||||
toolchain_info = {
|
||||
cachekey = "arm-none-eabi_arch_ARM Cortex-M7_plat_MCU",
|
||||
name = "arm-none-eabi",
|
||||
plat = "MCU",
|
||||
arch = "ARM Cortex-M7"
|
||||
},
|
||||
toolname = "gxx",
|
||||
program = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-g++"
|
||||
},
|
||||
["tool_target_gpio-lib_MCU_ARM Cortex-M7_cc"] = {
|
||||
toolchain_info = {
|
||||
cachekey = "arm-none-eabi_arch_ARM Cortex-M7_plat_MCU",
|
||||
name = "arm-none-eabi",
|
||||
plat = "MCU",
|
||||
arch = "ARM Cortex-M7"
|
||||
},
|
||||
toolname = "gcc",
|
||||
program = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc"
|
||||
},
|
||||
fasm_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
cuda_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
go_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
clang_arch_x86_64_plat_linux = {
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
envs_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
gcc_arch_x86_64_plat_linux = {
|
||||
__checked = {
|
||||
name = "gcc",
|
||||
program = "/usr/bin/gcc"
|
||||
},
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
["cross_arch_ARM Cortex-M7_plat_MCU"] = {
|
||||
__checked = false,
|
||||
plat = "MCU",
|
||||
arch = "ARM Cortex-M7"
|
||||
},
|
||||
["envs_arch_ARM Cortex-M7_plat_MCU"] = {
|
||||
__checked = true,
|
||||
plat = "MCU",
|
||||
arch = "ARM Cortex-M7"
|
||||
},
|
||||
zig_arch_x86_64_plat_linux = {
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
["tool_target_lib-ebtn_MCU_ARM Cortex-M7_ar"] = {
|
||||
toolchain_info = {
|
||||
cachekey = "arm-none-eabi_arch_ARM Cortex-M7_plat_MCU",
|
||||
name = "arm-none-eabi",
|
||||
plat = "MCU",
|
||||
arch = "ARM Cortex-M7"
|
||||
},
|
||||
toolname = "gcc_ar",
|
||||
program = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc-ar"
|
||||
},
|
||||
swift_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
},
|
||||
["tool_target_lib-ebtn_MCU_ARM Cortex-M7_cc"] = {
|
||||
toolchain_info = {
|
||||
cachekey = "arm-none-eabi_arch_ARM Cortex-M7_plat_MCU",
|
||||
name = "arm-none-eabi",
|
||||
plat = "MCU",
|
||||
arch = "ARM Cortex-M7"
|
||||
},
|
||||
toolname = "gcc",
|
||||
program = "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc"
|
||||
},
|
||||
rust_arch_x86_64_plat_linux = {
|
||||
__checked = true,
|
||||
__global = true,
|
||||
plat = "linux",
|
||||
arch = "x86_64"
|
||||
}
|
||||
}
|
||||
@@ -1,53 +0,0 @@
|
||||
{
|
||||
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"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
[100%]: build ok, spent 0.588s
|
||||
Reference in New Issue
Block a user