-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Zephyr SDK version #3
Comments
@naNEQ it's reliant on whatever is defined in the |
@jaredwolff yes, I agree re: the Zephyr version. But I'm actually referring to the Zephyr SDK, which, if I'm not completely mistaken, is downloaded and setup with your Zephyr Tools extension (under the .zephyrtools/toolchain folder)! Right now the extension is hardwired to download and setup the version 0.15.1 of the SDK with only the toolchain for building ARM cores ("arm-zephyr-eabi"). I was hoping there is a good way to be able to pull a newer version of the SDK. |
@naNEQ I think you may be referring to the toolchain? Yep currently it targets only one version of the ARM toolchain. You're welcome to submit a PR to make it so an end user can select which one they want. |
Exactly, yes! Thanks for answering! |
there is a pull request that should help: #7 |
@naNEQ you can now select the toolchain you want during |
I'll definitely give it a try next time! Thanks @LokleLama for this. |
Is there any easy way to update the Zephyr SDK version installed to the latest? I'm interested in the v0.16.0 in particular. I thought about downloading the SDK version I want and substituting the local folder in the .zephyrtools/toolchain. But I don't know if that alone would suffice and also how do you make sure that in the future I have the correct version installed (if for example I do a fresh installation on a new machine).
Similar to this is also how can I install additional toolchains, let's say for espressif processors.
The text was updated successfully, but these errors were encountered: