Hi everyone. I am using STM32 boards and I am able to flash using stlink with west commandline and openocd. I want to use the Zephyr tools but it seems to only use nrfjprog. How do I tell zephyr tools to use stlink instead?
Zephyr Tools for vscode using runner stlink
- Edited
Hi everyone, looks like I have succesfully flashed the board by changing line 1077 in file extension.js
with the function flash to the following:
let cmd = west flash -r openocd;
I think a way to switch this command between platforms would be fantastic
It’d definitely be handy to be able to change runners! Pull requests are welcome https://github.com/circuitdojo/zephyr-tools