仓库迁移
This commit is contained in:
23
.vscode/c_cpp_properties.json
vendored
Normal file
23
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "stm32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/source/soft",
|
||||
"D:\\Keil_v5\\ARM\\ARMCC\\include"
|
||||
],
|
||||
"defines": [
|
||||
"STM32F40_41xxx",
|
||||
"USE_STDPERIPH_DRIVER",
|
||||
"RT_THREAD",
|
||||
"__CC_ARM",
|
||||
"__packed= "
|
||||
],
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "windows-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"stm32f4xx.h": "c",
|
||||
"signal.h": "c",
|
||||
"dev_flash.h": "c",
|
||||
"opt.h": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user