Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ getArmToolchainPath
Method
getArmToolchainPath
src/stlink.ts:85–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
public static getArmToolchainPath(): string {
86
// Try to resolve gcc location
87
return
resolveCubePath([this.getSTMCubeIdeDir(),
'plugins'
], GCC_REGEX,
'tools/bin'
);
88
}
89
90
constructor() {
91
super();
Callers
1
resolveDebugConfiguration
Method · 0.80
Calls
2
getSTMCubeIdeDir
Method · 0.95
resolveCubePath
Function · 0.85
Tested by
no test coverage detected