I just downloaded the Circuit Dojo Zephyr SDK Tools VSCode extension. I would love a place with some more information. How to help developing on it and how to configure it.

How do I change the behavior when using >zephyr tools: flash?
I am using it with a stm32 nucleo board which does not support the default nrfjprog.
When just writing west flash it uses my stlink, so I am confused about why the behavior is different.

The current version of zephyr which is being pulled down is 3.3.0. How do I make that to 3.4?

Also maybe you should make a tag with your extension since if it gains popularity there might come an amount of questions for this :-)

    Hi @Tarqo

    You’re welcome to check out the code here: https://github.com/circuitdojo/zephyr-tools and submit any improvements. It currently only supports nrfjprog (which is for Nordic parts only)

    Tarqo The current version of zephyr which is being pulled down is 3.3.0. How do I make that to 3.4?

    You’d have to modify the manifest that you’re using. (west.yml)

    Terms and Conditions | Privacy Policy