You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Win32",
|
|
|
|
"browse": {
|
|
|
|
"databaseFilename": "${workspaceRoot}/.vscode/.browse.c_cpp.db",
|
|
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
|
|
"path": [
|
|
|
|
"C://keil_v5/ARM/ARMCC/**", //这里修改为相应的keil5文件目录
|
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"${workspaceFolder}/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"includePath": [
|
|
|
|
"C://keil_v5/ARM/ARMCC/**", //这里修改为相应的keil5文件目
|
|
|
|
"${workspaceFolder}/**",
|
|
|
|
"${workspaceFolder}/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2",
|
|
|
|
"${workspaceFolder}/Middlewares/Third_Party/FreeRTOS/Source/include"
|
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"_DEBUG",
|
|
|
|
"UNICODE",
|
|
|
|
"_UNICODE",
|
|
|
|
"__CC_ARM",
|
|
|
|
"USE_HAL_DRIVER",
|
|
|
|
"STM32F103xB"
|
|
|
|
],
|
|
|
|
// "compilerPath": "C:\\Program Files\\LLVM\\bin\\clang-format.exe",
|
|
|
|
// "cStandard": "c11",
|
|
|
|
// "cppStandard": "c++17",
|
|
|
|
"intelliSenseMode": "msvc-x64"
|
|
|
|
// "intelliSenseMode": "clang-x64"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|