Files
2025-02-MPX/ccs/.vscode/c_cpp_properties.json
2025-12-01 19:51:51 +09:00

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
}