aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
authorBailey Townsend <[email protected]>2024-12-28 17:31:14 -0600
committerBailey Townsend <[email protected]>2024-12-28 17:31:14 -0600
commit147fd60255a94292a2e0e685c0cad068cc7760e7 (patch)
treee3c5761376a7b904d286b9837492ee6ed9be31a5 /cyw43-pio/Cargo.toml
parent388103275e8648492e27514e00048492a55a931c (diff)
Removed the cyw43-pio overclock feature
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 4e21c255f..e400d95ea 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -9,11 +9,6 @@ license = "MIT OR Apache-2.0"
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/cyw43-pio" 10documentation = "https://docs.embassy.dev/cyw43-pio"
11 11
12[features]
13# If disabled, SPI runs at 31.25MHz
14# If enabled, SPI runs at 62.5MHz, which is 25% higher than 50Mhz which is the maximum according to the CYW43439 datasheet.
15overclock = []
16
17[dependencies] 12[dependencies]
18cyw43 = { version = "0.2.0", path = "../cyw43" } 13cyw43 = { version = "0.2.0", path = "../cyw43" }
19embassy-rp = { version = "0.2.0", path = "../embassy-rp" } 14embassy-rp = { version = "0.2.0", path = "../embassy-rp" }