pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.32k stars 499 forks source link

pico-sdk 2 - Not all things build anymore. #981

Closed AndrewCapon closed 3 months ago

AndrewCapon commented 3 months ago

This is easy to replicate.

  1. Get the latest pico-sdk
  2. Get the latest from here
  3. Try to build all

I'm guessing this is to do with recent changes to pico-sdk?

Gadgetoid commented 3 months ago

Yup already a PR open - https://github.com/pimoroni/pimoroni-pico/pull/980

AndrewCapon commented 3 months ago

Ah, Good stuff.

I spent quite a while thinking it was my merge from main into my branch (and the fact git hates me) causing the problems :)