aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-04 14:01:53 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-04 14:01:53 +0100
commitd7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 (patch)
tree69817a5fceadef4c7e8fd18e3ac030358fcd8318
parent2cba879afc01a795881d899e6fe538389c2dfdc4 (diff)
Remove embassy-lora from doc build.
-rwxr-xr-x.github/ci/doc.sh1
-rw-r--r--README.md2
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
22docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup 22docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup
23docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup 23docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup
24docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup 24docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup
25docserver-builder -i ./embassy-lora -o webroot/crates/embassy-lora/git.zup
26docserver-builder -i ./embassy-net -o webroot/crates/embassy-net/git.zup 25docserver-builder -i ./embassy-net -o webroot/crates/embassy-net/git.zup
27docserver-builder -i ./embassy-net-driver -o webroot/crates/embassy-net-driver/git.zup 26docserver-builder -i ./embassy-net-driver -o webroot/crates/embassy-net-driver/git.zup
28docserver-builder -i ./embassy-net-driver-channel -o webroot/crates/embassy-net-driver-channel/git.zup 27docserver-builder -i ./embassy-net-driver-channel -o webroot/crates/embassy-net-driver-channel/git.zup
diff --git a/README.md b/README.md
index e5a970621..7ae40fe59 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> cr
36The <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. 36The <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.