aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43-pio')
-rw-r--r--cyw43-pio/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 14c07178f..b14ad7349 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -2,6 +2,12 @@
2name = "cyw43-pio" 2name = "cyw43-pio"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5description = "RP2040 PIO SPI implementation for cyw43"
6keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
7categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
8license = "MIT OR Apache-2.0"
9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/cyw43-pio"
5 11
6[features] 12[features]
7# If disabled, SPI runs at 31.25MHz 13# If disabled, SPI runs at 31.25MHz