33 lines
823 B
TOML
33 lines
823 B
TOML
[package]
|
|
name = "rp-pico"
|
|
version = "0.9.0"
|
|
authors = ["evan <evanmolder@gmail.com>", "The rp-rs Developers"]
|
|
edition = "2018"
|
|
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/rp-pico"
|
|
description = "Board Support Package for the Raspberry Pi Pico"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rp-rs/rp-hal-boards.git"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7"
|
|
fugit = "0.3.7"
|
|
cortex-m-rt = "0.7"
|
|
rp2040-boot2 = { version = "0.3.0", optional = true }
|
|
rp2040-hal = "0.10.2"
|
|
waveshare-rp2040-zero = "0.8.0"
|
|
cortex-m-rtic = "1"
|
|
embedded-hal = "1.0.0"
|
|
|
|
usb-device = "0.3.2"
|
|
|
|
panic-halt = "1.0.0"
|
|
defmt = "0.3"
|
|
defmt-serial = "0.10.0"
|
|
|
|
usbd-serial = "0.2.2"
|
|
|
|
smart-leds = "0.3.0"
|
|
ws2812-pio = "0.8.0"
|