26 lines
865 B
JSON
26 lines
865 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"Core/Inc",
|
|
"Drivers/STM32G0xx_HAL_Driver/Inc",
|
|
"Drivers/STM32G0xx_HAL_Driver/Inc/Legacy",
|
|
"Middlewares/Third_Party/FreeRTOS/Source/include",
|
|
"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS",
|
|
"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0",
|
|
"Drivers/CMSIS/Device/ST/STM32G0xx/Include",
|
|
"Drivers/CMSIS/Include",
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/User/Main/Inc"
|
|
],
|
|
"defines": [
|
|
"USE_HAL_DRIVER",
|
|
"STM32G030xx"
|
|
],
|
|
"cStandard": "c23",
|
|
"cppStandard": "c++23"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |