{ "configurations": [ { "name": "Arm", "includePath": [ "${workspaceRoot}/**" ], "defines": [ "STM32F302xC", "USE_HAL_DRIVER" ], "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "gcc-x64", "compilerPath": "D:/arm-gcc/bin/arm-none-eabi-gcc.exe" } ], "version": 4 }