inverse_thermal_camera/.vscode/c_cpp_properties.json

29 lines
1 KiB
JSON

{
"configurations": [
{
"name": "STM32F103x8",
"includePath": [
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Include",
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"${workspaceRoot}"
],
"defines": [
"_DEFAULT_SOURCE",
"STM32F103xB"
],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Include",
"/opt/stm32cube/STM32Cube_FW_F1_V1.6.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
],
"version": 4
}