Files
checker_gen1/.vscode/c_cpp_properties.json
2025-02-13 23:22:16 +08:00

30 lines
971 B
JSON

{
"configurations": [
{
"name": "stm32",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/soft",
"D:\\Users\\1\\AppData\\Local\\Keil_v5\\ARM\\ARMCLANG\\include"
],
"defines": [
"STM32F40_41xxx",
"USE_STDPERIPH_DRIVER",
"RT_THREAD",
"__ARMCC_VERSION=6220000",
"__ARM_ACLE=200",
"__packed=__PACKED",
"__int64=long long",
"__asm= ",
"__attribute__(s)= ",
"volatile(s)= ",
"__ARM_ARCH_PROFILE='M'"
],
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-arm",
"compilerPath": "D:\\Users\\1\\AppData\\Local\\Keil_v5\\ARM\\ARMCLANG\\bin\\armclang.exe"
}
],
"version": 4
}