rp-pico 0.1.0

Board support package for the Raspberry Pi Pico
rp-pico-0.1.0 is not a library.
Visit the last successful build: rp-pico-0.9.0

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, but probably doesn't work yet, as it does not yet include the stage-2 boot code.

Usage

An example blinking a LED can be compiled with:

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

License

This package is licensed under the terms of both the MIT license and the Apache License (Version 2.0), at your option.