forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
west: prepend -c to openocd commands
commit 0df4a53 changed the behavior of how openocd commands are passed to openocd. We used to add -c to each command, now the commands are being added without -c causing an error. This adds "-c" to all commands instead of just passing a list. Also fixes zephyrproject-rtos#20449. Signed-off-by: Anas Nashif <[email protected]> Signed-off-by: Martí Bolívar <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters