You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
689 B
TOML

[package]
name = "yampad-rs"
version = "0.1.0"
edition = "2021"
license = "CNPLv4+"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cortex-m = "0.7.7"
cortex-m-rt = "0.7.2"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
rp2040-boot2 = "0.2.1"
panic-halt = "0.2.0"
rp2040-hal = { version = "0.7.0", features = ["rt", "rom-func-cache", "critical-section-impl"] }
fugit = "0.3.6"
nb = "1.0.0"
keyberon = { git = "https://github.com/TeXitoi/keyberon" }
cortex-m-rtic = "1.1.3"
usb-device = "0.2.9"
rtic-monotonic = "1.0.0"
systick-monotonic = "1.0.1"
sparkfun-pro-micro-rp2040 = "0.5.0"
embedded-time = "0.12.1"