MCPcopy 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

Calls 2

getSTMCubeIdeDirMethod · 0.95
resolveCubePathFunction · 0.85

Tested by

no test coverage detected