mv_arm/.vscode/c_cpp_properties.json
2026-01-11 20:32:39 +08:00

21 lines
652 B
JSON

{
"configurations": [
{
"name": "STM32",
"includePath": [
"${workspaceFolder}/**",
"Core/Inc",
"Drivers/STM32H7xx_HAL_Driver/Inc",
"Drivers/STM32H7xx_HAL_Driver/Inc/Legacy",
"Drivers/CMSIS/Device/ST/STM32H7xx/Include",
"Drivers/CMSIS/Include",
"User"
],
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json",
"intelliSenseMode": "linux-gcc-x64",
"cStandard": "c17",
"cppStandard": "c++17"
}
],
"version": 4
}