18 lines
584 B
JSON
18 lines
584 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/opt/ti/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/**",
|
|
"/opt/ti/ccs/ccs_base/arm/include/**",
|
|
],
|
|
"defines": ["__MSP432P401R__"],
|
|
"compilerPath": "/opt/ti/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-clang-arm"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |