diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 14:01:53 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-04 14:01:53 +0100 |
| commit | d7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 (patch) | |
| tree | 69817a5fceadef4c7e8fd18e3ac030358fcd8318 | |
| parent | 2cba879afc01a795881d899e6fe538389c2dfdc4 (diff) | |
Remove embassy-lora from doc build.
| -rwxr-xr-x | .github/ci/doc.sh | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index 66caa9150..ed3036f2f 100755 --- a/.github/ci/doc.sh +++ b/.github/ci/doc.sh | |||
| @@ -22,7 +22,6 @@ docserver-builder -i ./embassy-boot/stm32 -o webroot/crates/embassy-boot-stm32/g | |||
| 22 | docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup | 22 | docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup |
| 23 | docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup | 23 | docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup |
| 24 | docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup | 24 | docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup |
| 25 | docserver-builder -i ./embassy-lora -o webroot/crates/embassy-lora/git.zup | ||
| 26 | docserver-builder -i ./embassy-net -o webroot/crates/embassy-net/git.zup | 25 | docserver-builder -i ./embassy-net -o webroot/crates/embassy-net/git.zup |
| 27 | docserver-builder -i ./embassy-net-driver -o webroot/crates/embassy-net-driver/git.zup | 26 | docserver-builder -i ./embassy-net-driver -o webroot/crates/embassy-net-driver/git.zup |
| 28 | docserver-builder -i ./embassy-net-driver-channel -o webroot/crates/embassy-net-driver-channel/git.zup | 27 | docserver-builder -i ./embassy-net-driver-channel -o webroot/crates/embassy-net-driver-channel/git.zup |
| @@ -36,7 +36,7 @@ The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> cr | |||
| 36 | The <a href="https://github.com/embassy-rs/embassy/tree/main/embassy-stm32-wpan">embassy-stm32-wpan</a> crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers. | 36 | The <a href="https://github.com/embassy-rs/embassy/tree/main/embassy-stm32-wpan">embassy-stm32-wpan</a> crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers. |
| 37 | 37 | ||
| 38 | - **LoRa** - | 38 | - **LoRa** - |
| 39 | <a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking. | 39 | <a href="hthttps://github.com/lora-rs/lora-rs">The lora-rs project</a> provides an async LoRa and LoRaWAN stack that works well on Embassy. |
| 40 | 40 | ||
| 41 | - **USB** - | 41 | - **USB** - |
| 42 | <a href="https://docs.embassy.dev/embassy-usb/">embassy-usb</a> implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. | 42 | <a href="https://docs.embassy.dev/embassy-usb/">embassy-usb</a> implements a device-side USB stack. Implementations for common classes such as USB serial (CDC ACM) and USB HID are available, and a rich builder API allows building your own. |
