mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
25 lines
1.1 KiB
TOML
25 lines
1.1 KiB
TOML
[package]
|
|
name = "cyw43-pio"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
description = "RP2040 PIO SPI implementation for cyw43"
|
|
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
|
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/embassy-rs/embassy"
|
|
documentation = "https://docs.embassy.dev/cyw43-pio"
|
|
|
|
[dependencies]
|
|
cyw43 = { version = "0.3.0", path = "../cyw43" }
|
|
embassy-rp = { version = "0.3.0", path = "../embassy-rp" }
|
|
pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
|
|
pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
|
|
fixed = "1.23.1"
|
|
defmt = { version = "0.3", optional = true }
|
|
|
|
[package.metadata.embassy_docs]
|
|
src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/"
|
|
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/"
|
|
target = "thumbv6m-none-eabi"
|
|
features = ["embassy-rp/rp2040"]
|