diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-06-01 00:15:37 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-06-01 00:15:37 +0200 |
| commit | d7d66bd74f2ef1bc8903b15df630ddbb8fe97df4 (patch) | |
| tree | a48a8206f943fc39ffe8ae8bcb3337f9ea4202b4 /cyw43 | |
| parent | e8527bac6940868f50ae87ca206e8e131f20bdb8 (diff) | |
Document w5500, cyw43
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/Cargo.toml | 6 |
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 | ||
| 27 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.10" } | 27 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.10" } |
| 28 | num_enum = { version = "0.5.7", default-features = false } | 28 | num_enum = { version = "0.5.7", default-features = false } |
| 29 | |||
| 30 | [package.metadata.embassy_docs] | ||
| 31 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" | ||
| 32 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43/src/" | ||
| 33 | target = "thumbv6m-none-eabi" | ||
| 34 | features = ["defmt", "firmware-logs"] \ No newline at end of file | ||
