-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathECE353-Base.code-workspace
More file actions
24 lines (24 loc) · 910 Bytes
/
Copy pathECE353-Base.code-workspace
File metadata and controls
24 lines (24 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"folders": [
{
"path": "."
},
{
"path": "../mtb_shared"
}
],
"settings": {
//mtb// If this project will be shared with multiple users, the
//mtb// modustoolbox.toolsPath property must be placed in user settings
//mtb// file instead of this file. The user settings file location for
//mtb// VSCode depends on your OS:
//mtb//
//mtb// Windows: %APPDATA%\Code\User\settings.json
//mtb// macOS : $HOME/Library/Application Support/Code/User/settings.json
//mtb// Linux : $HOME/.config/Code/User/settings.json
//mtb//
"modustoolbox.toolsPath": "C:/Infineon/Tools/ModusToolbox/tools_2.4",
"cortex-debug.armToolchainPath": "${config:modustoolbox.toolsPath}/gcc/bin",
"cortex-debug.openocdPath": "${config:modustoolbox.toolsPath}/openocd/bin/openocd"
}
}