31 lines
No EOL
1.3 KiB
JSON
31 lines
No EOL
1.3 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/",
|
|
"${workspaceFolder}/cubemx/Core/Inc",
|
|
"${workspaceFolder}/cubemx/Drivers/STM32L1xx_HAL_Driver/Inc",
|
|
"${workspaceFolder}/cubemx/Drivers/STM32L1xx_HAL_Driver/Inc/Legacy",
|
|
"${workspaceFolder}/cubemx/Middlewares/Third_Party/FreeRTOS/Source/include",
|
|
"${workspaceFolder}/cubemx/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2",
|
|
"${workspaceFolder}/cubemx/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM3",
|
|
"${workspaceFolder}/cubemx/Drivers/CMSIS/Device/ST/STM32L1xx/Include",
|
|
"${workspaceFolder}/cubemx/Drivers/CMSIS/Include",
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/src/oled-driver/include",
|
|
"${workspaceFolder}/src/oled-driver"
|
|
],
|
|
"defines": [
|
|
"DEBUG",
|
|
"STM32L152xC",
|
|
"BME68X_DO_NOT_USE_FPU",
|
|
"FW_USE_RTOS"
|
|
],
|
|
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |