An open API service indexing awesome lists of open source software.

https://github.com/hugow04/raspberrypi-setup


https://github.com/hugow04/raspberrypi-setup

raspberry raspberry-pi raspberry-pi-setup

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# raspberrypi-setup

git clone https://github.com/raspberrypi/pico-sdk.git

mkdir pico

cd pico

cp ~/pico-sdk/external/pico_sdk_import.cmake .

mkdir build

cd build

export PICO_SDK_PATH=../../pico-sdk

cmake ..

make