rp-pico 0.1.2

Board support package for the Raspberry Pi Pico
Documentation

Rust board support package for the Raspberry Pi Pico

This is a board support package for the Raspberry Pi Pico.

Current state / TODO

For now, a simple blinky example can be compiled. It is completely untested, as I do not yet have access to the hardware.

Usage

An example blinking a LED can be compiled with:

cargo build --target thumbv6m-none-eabi --example=blink  --release

License

The stage2 boot loader code in src/bs2_default_padded_checksummed.S was compiled from the pico-sdk. It is Copyright 2020 (c) 2020 Raspberry Pi (Trading) Ltd. and is licensed under the BSD-3-Clause License.

The rest of this repository is licensed under the terms of both the MIT license and the Apache License (Version 2.0), at your option.