Skip to content

Commit

Permalink
set toolchainPath properly for stlink
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Jan 19, 2025
1 parent 41ad7e9 commit 61f3ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/configprovider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export class CortexDebugConfigurationProvider implements vscode.DebugConfigurati
// Special case to auto-resolve GCC toolchain for STM32CubeIDE users
if (!config.armToolchainPath && config.servertype === 'stlink') {
config.armToolchainPath = STLinkServerController.getArmToolchainPath();
config.toolchainPath = config.armToolchainPath;
}
}

Expand Down

0 comments on commit 61f3ba5

Please sign in to comment.