abfall/.vscode/c_cpp_properties.json

20 lines
450 B
JSON
Raw Normal View History

2022-12-27 11:33:29 +01:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
2023-01-10 11:27:15 +01:00
"${env:PICO_SDK_PATH}/**",
"${env:PICO_EXTRAS_PATH}/**"
2022-12-27 11:33:29 +01:00
],
"defines": [],
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-arm",
"configurationProvider" : "ms-vscode.cmake-tools"
}
],
"version": 4
}