{ "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 }