21 lines
598 B
JSON
21 lines
598 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/var/lib/gems/2.7.0/gems/ceedling-0.31.0/vendor/unity/src/",
|
|
"/var/lib/gems/2.7.0/gems/ceedling-0.31.0/vendor/cmock/src/"
|
|
],
|
|
"defines": [
|
|
"STM32F303xE",
|
|
"TEST"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |