28 lines
738 B
JSON
28 lines
738 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "AVR",
|
|
"intelliSenseMode": "${default}",
|
|
"cStandard": "${default}",
|
|
"cppStandard": "${default}",
|
|
"includePath": [
|
|
"/usr/avr/lib/**",
|
|
"/usr/avr/include/**"
|
|
],
|
|
"compilerArgs": [
|
|
"-g",
|
|
"-Os",
|
|
"-Wall",
|
|
"-Wextra",
|
|
"-fpermissive",
|
|
"-fno-exceptions",
|
|
"-fno-threadsafe-statics",
|
|
"-pipe",
|
|
"-mmcu=atmega2560",
|
|
"-DF_CPU=16000000UL"
|
|
],
|
|
"compilerPath": "/usr/bin/avr-gcc"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |