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