You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
I was not able to get this to work. I had to manually modify CMakeLists.txt and point to the latest SDK version in order to get the build to work. set(PICO_SDK_PATH "C:/Program Files/Raspberry Pi/Pico SDK v1.5.1/pico-sdk")
Once doing this, the project was able to build.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
getting_started.md instructs you to follow the Getting started with Raspberry Pi Pico document.
If you follow these instructions, you will download the latest Pico SDK (1.5.1 as of today) and VS Code will be configured accordingly.
However, the 2.2 release for this repo is directly referencing the pico SDK version 1.3.0 (https://github.com/raspberrypi/pico-sdk/tree/2e6142b15b8a75c1227dd3edbe839193b2bf9041)
I was not able to get this to work. I had to manually modify CMakeLists.txt and point to the latest SDK version in order to get the build to work.
set(PICO_SDK_PATH "C:/Program Files/Raspberry Pi/Pico SDK v1.5.1/pico-sdk")
Once doing this, the project was able to build.
The text was updated successfully, but these errors were encountered: