mv-bms/Software/.vscode/c_cpp_properties.json

22 lines
508 B
JSON

{
"configurations": [
{
"name": "STM32",
"includePath": [
"Core/Inc",
"Core/Lib/can-halal",
"Drivers/CMSIS/Device/ST/STM32F3xx/Include",
"Drivers/CMSIS/Include",
"Drivers/STM32F3xx_HAL_Driver/Inc",
"Drivers/STM32F3xx_HAL_Driver/Inc/Legacy"
],
"defines": [
"STM32F302xC",
"STM32F3xx",
"USE_HAL_DRIVER"
],
"compilerPath": "/run/current-system/sw/bin/arm-none-eabi-gcc"
}
],
"version": 4
}