diff options
| author | René van Dorst <[email protected]> | 2023-08-21 20:44:42 +0200 |
|---|---|---|
| committer | René van Dorst <[email protected]> | 2023-08-24 00:52:21 +0200 |
| commit | ca588f901f5987b8335f380ef8b5dddd7060f75b (patch) | |
| tree | 1de7aca88bfedb03694bdb646e7ac0ab67274c84 | |
| parent | 681165e84c35fcc760977c799aa1372ebdd83f46 (diff) | |
add embassy-net-adin1110 to .github/ci/doc.sh
| -rwxr-xr-x | .github/ci/doc.sh | 1 | ||||
| -rw-r--r-- | embassy-net-adin1110/src/lib.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index 57184dc1d..c317a12e3 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh | |||
| @@ -39,6 +39,7 @@ docserver-builder -i ./embassy-net-wiznet -o webroot/crates/embassy-net-wiznet/g | |||
| 39 | docserver-builder -i ./embassy-net-enc28j60 -o webroot/crates/embassy-net-enc28j60/git.zup | 39 | docserver-builder -i ./embassy-net-enc28j60 -o webroot/crates/embassy-net-enc28j60/git.zup |
| 40 | docserver-builder -i ./embassy-net-esp-hosted -o webroot/crates/embassy-net-esp-hosted/git.zup | 40 | docserver-builder -i ./embassy-net-esp-hosted -o webroot/crates/embassy-net-esp-hosted/git.zup |
| 41 | docserver-builder -i ./embassy-stm32-wpan -o webroot/crates/embassy-stm32-wpan/git.zup --output-static webroot/static | 41 | docserver-builder -i ./embassy-stm32-wpan -o webroot/crates/embassy-stm32-wpan/git.zup --output-static webroot/static |
| 42 | docserver-builder -i ./embassy-net-adin1110 -o webroot/crates/embassy-net-adin1110/git.zup | ||
| 42 | 43 | ||
| 43 | export KUBECONFIG=/ci/secrets/kubeconfig.yml | 44 | export KUBECONFIG=/ci/secrets/kubeconfig.yml |
| 44 | POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) | 45 | POD=$(kubectl -n embassy get po -l app=docserver -o jsonpath={.items[0].metadata.name}) |
diff --git a/embassy-net-adin1110/src/lib.rs b/embassy-net-adin1110/src/lib.rs index 113db3df5..fd2bf868d 100644 --- a/embassy-net-adin1110/src/lib.rs +++ b/embassy-net-adin1110/src/lib.rs | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #![allow(clippy::module_name_repetitions)] | 4 | #![allow(clippy::module_name_repetitions)] |
| 5 | #![allow(clippy::missing_errors_doc)] | 5 | #![allow(clippy::missing_errors_doc)] |
| 6 | #![allow(clippy::missing_panics_doc)] | 6 | #![allow(clippy::missing_panics_doc)] |
| 7 | #![doc = include_str!("../README.md")] | ||
| 7 | 8 | ||
| 8 | mod crc32; | 9 | mod crc32; |
| 9 | mod crc8; | 10 | mod crc8; |
