{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/Core/Inc", "${workspaceFolder}/Drivers/CMSIS/Include", "${workspaceFolder}/Drivers/CMSIS/Device/ST/STM32G0xx/Include", "${workspaceFolder}/Drivers/STM32G0xx_HAL_Driver/Inc", "${workspaceFolder}/utils/rtt" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "STM32G0B1xx", "USE_HAL_DRIVER", "ULOG_ENABLED" ], "compilerPath": "C:/MyApps/arm-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe", "cStandard": "c11", "cppStandard": "gnu++17", "intelliSenseMode": "windows-gcc-arm" } ], "version": 4 }