18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "AVR",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/lib/avr/include/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/avr-gcc",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "gcc-avr",
|
|
"configurationProvider": "ms-vscode.makefile-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |