[package] name = "rp-pico" version = "0.9.0" authors = ["evan ", "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 = {version = "0.10.2", features = ["rtic-monotonic"]} waveshare-rp2040-zero = { version = "0.8.0", features = ["rt"] } cortex-m-rtic = { version = "1", features = [] } embedded-hal = {version = "1.0.0", features = []} 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" w5500-dhcp = { version = "0.7", features = ["eh0", "log"] } w5500-mqtt = { version = "0.4", features = ["eh0", "log"] } log = "0.4.22" heapless = "0.8"