Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

This project no longer works with the latest Pico SDK (1.5.1) #22

Open
MrZander opened this issue Feb 23, 2024 · 0 comments
Open

This project no longer works with the latest Pico SDK (1.5.1) #22

MrZander opened this issue Feb 23, 2024 · 0 comments

Comments

@MrZander
Copy link

MrZander commented Feb 23, 2024

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant