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