pimoroni-pico icon indicating copy to clipboard operation
pimoroni-pico copied to clipboard

Fetch pimoroni-pico SDK from git repository

Open thinkofher opened this issue 3 years ago • 1 comments

When $PIMORONI_PICO_FETCH_FROM_GIT environment variable is set cmake script will fetch on the go git repository and use it to build your project.

User can additionally use $PIMORONI_PICO_FETCH_FROM_GIT_PATH to specify target directory for source code of fetched SDK.

This patch was inspired by external/pico_sdk_import.cmake from official C/C++ pico-sdk repository.

thinkofher avatar Jun 12 '22 14:06 thinkofher

Sorry for the lack of response here. This is awesome, thank you, I just need to stop fighting fires and get 'round to trying & merging it!

Gadgetoid avatar Jul 22 '22 14:07 Gadgetoid

Thank you- tried this against our boilerplate and it worked nicely!

Gadgetoid avatar Dec 16 '22 21:12 Gadgetoid

Great news! You’re welcome :)

thinkofher avatar Dec 16 '22 23:12 thinkofher