aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 4e21c255f..794bf2479 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -13,6 +13,8 @@ documentation = "https://docs.embassy.dev/cyw43-pio"
13# If disabled, SPI runs at 31.25MHz 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. 14# If enabled, SPI runs at 62.5MHz, which is 25% higher than 50Mhz which is the maximum according to the CYW43439 datasheet.
15overclock = [] 15overclock = []
16# If enabled the PIO runs at a speed that works with the rm2 module
17rm2 = []
16 18
17[dependencies] 19[dependencies]
18cyw43 = { version = "0.2.0", path = "../cyw43" } 20cyw43 = { version = "0.2.0", path = "../cyw43" }