aboutsummaryrefslogtreecommitdiff
path: root/cyw43
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-01 00:15:37 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-01 00:15:37 +0200
commitd7d66bd74f2ef1bc8903b15df630ddbb8fe97df4 (patch)
treea48a8206f943fc39ffe8ae8bcb3337f9ea4202b4 /cyw43
parente8527bac6940868f50ae87ca206e8e131f20bdb8 (diff)
Document w5500, cyw43
Diffstat (limited to 'cyw43')
-rw-r--r--cyw43/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index c7f8816f5..61caa0272 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -26,3 +26,9 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
26 26
27embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.10" } 27embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.10" }
28num_enum = { version = "0.5.7", default-features = false } 28num_enum = { version = "0.5.7", default-features = false }
29
30[package.metadata.embassy_docs]
31src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/"
32src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/"
33target = "thumbv6m-none-eabi"
34features = ["defmt", "firmware-logs"] \ No newline at end of file