diff options
| author | Bailey Townsend <[email protected]> | 2024-12-28 17:31:14 -0600 |
|---|---|---|
| committer | Bailey Townsend <[email protected]> | 2024-12-28 17:31:14 -0600 |
| commit | 147fd60255a94292a2e0e685c0cad068cc7760e7 (patch) | |
| tree | e3c5761376a7b904d286b9837492ee6ed9be31a5 /cyw43-pio/Cargo.toml | |
| parent | 388103275e8648492e27514e00048492a55a931c (diff) | |
Removed the cyw43-pio overclock feature
Diffstat (limited to 'cyw43-pio/Cargo.toml')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 5 |
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" | |||
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/cyw43-pio" | 10 | documentation = "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. | ||
| 15 | overclock = [] | ||
| 16 | |||
| 17 | [dependencies] | 12 | [dependencies] |
| 18 | cyw43 = { version = "0.2.0", path = "../cyw43" } | 13 | cyw43 = { version = "0.2.0", path = "../cyw43" } |
| 19 | embassy-rp = { version = "0.2.0", path = "../embassy-rp" } | 14 | embassy-rp = { version = "0.2.0", path = "../embassy-rp" } |
