Files
K2DCU/.vscode/c_cpp_properties.json

27 lines
942 B
JSON

{
"configurations": [
{
"name": "TI C2000 DSP2833x",
"includePath": [
"${workspaceFolder}/",
"C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2833x/common/include",
"C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2833x/headers/include",
"C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000.exe",
"cStandard": "c99",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x86",
"forcedInclude": [
"C:/ti/c2000/C2000Ware_4_03_00_00/device_support/f2833x/common/include/DSP28x_Project.h"
]
}
],
"version": 4
}