NanoVNA/.vscode/c_cpp_properties.json

20 lines
689 B
JSON
Raw Normal View History

2019-08-10 06:19:33 +02:00
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/ChibiOS/os/hal/ports/STM32/**",
"${workspaceFolder}/ChibiOS/os/common/ext/CMSIS/ST/STM32F0xx/**",
"${workspaceFolder}/ChibiOS/os/common/startup/ARMCMx/**",
"${workspaceFolder}/ChibiOS/os/hal/ports/common/ARMCMx/**",
"${workspaceFolder}/**"
],
"defines": ["STM32F072xB"],
"macFrameworkPath": [],
"compilerPath": "/usr/local/bin/arm-none-eabi-gcc",
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}