Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.02 KB

Bluepad32 for Pico W

Install dependencies

You need to install Pico SDK. The instructions are different for Linux/macOS and Windows.

Pico SDK for Linux / macOS

Install Pico SDK: https://github.com/raspberrypi/pico-sdk

And set PICO_SDK_PATH to the correct path:

# set PICO_SDK_PATH to the correct path
export PICO_SDK_PATH=$HOME/pico-sdk/

Pico SDK for Windows

Follow these instructions

Build

And then build

mkdir build
cd build
cmake ..
make -j

Copy build/bluepad32_picow_example_app.uf2 to Pico W.

Use this guide if you are not sure how to do it:

License