/pico-ice-sdk

Firmware and software support for the pico-ice board

Primary LanguageCMIT LicenseMIT

pico-ice-sdk

Doc | Hardware | SDK | Schematic | Assembly | Discord

This is the SDK for building custom firmware for the RP2040 on the pico-ice board. Part of this SDK runs on the RP2040 on the Pico-Ice circuit board, it is used to build the pico-ice firmware. Part runs on your desktop, and communicates with the pico-ice over a USB cable.

Installation

First clone this repository.

git clone https://github.com/tinyvision-ai-inc/pico-ice-sdk

Then install the two libraries it requires.

cd pico-ice-sdk
git submodule update --init