33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"Core/Inc",
|
|
"Drivers/STM32G0xx_HAL_Driver/Inc/**",
|
|
"Drivers/STM32G0xx_HAL_Driver/Inc",
|
|
"Drivers/STM32G0xx_HAL_Driver/Inc/Legacy",
|
|
"Drivers/CMSIS/Device/ST/STM32G0xx/Include",
|
|
"Drivers/CMSIS/Include",
|
|
"Core/kt0915",
|
|
"Core/ST7735",
|
|
"Core/RotaryCoder",
|
|
"Core/SWI2C"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++14",
|
|
"intelliSenseMode": "linux-gcc-arm",
|
|
"compilerArgs": [
|
|
"-ICore/Inc \\",
|
|
"-IDrivers/STM32G0xx_HAL_Driver/Inc \\",
|
|
"-IDrivers/STM32G0xx_HAL_Driver/Inc/Legacy \\",
|
|
"-IDrivers/CMSIS/Device/ST/STM32G0xx/Include \\",
|
|
"-IDrivers/CMSIS/Include"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |