Files
stm32f429/.vscode/c_cpp_properties.json
2024-04-18 21:28:43 +08:00

22 lines
722 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/stm32lib/inc",
"${workspaceFolder}/source/cmsis",
"D:\\GNU Arm Embedded Toolchain\\10 2021.10\\arm-none-eabi\\include"
],
"defines": [
"STM32F429_439xx"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "D:\\GNU Arm Embedded Toolchain\\10 2021.10\\bin\\arm-none-eabi-gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-arm"
}
],
"version": 4
}