仓库迁移

This commit is contained in:
andy
2023-06-10 11:52:00 +08:00
parent e4616bfae5
commit 077c27f2bb
499 changed files with 199745 additions and 92 deletions

23
.vscode/c_cpp_properties.json vendored Normal file
View 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
View File

@@ -0,0 +1,8 @@
{
"files.associations": {
"stm32f4xx.h": "c",
"signal.h": "c",
"dev_flash.h": "c",
"opt.h": "c"
}
}