From d7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 4 Dec 2023 14:01:53 +0100 Subject: [PATCH] Remove embassy-lora from doc build. --- .github/ci/doc.sh | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh index 66caa915..ed3036f2 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 docserver-builder -i ./embassy-embedded-hal -o webroot/crates/embassy-embedded-hal/git.zup docserver-builder -i ./embassy-executor -o webroot/crates/embassy-executor/git.zup docserver-builder -i ./embassy-futures -o webroot/crates/embassy-futures/git.zup -docserver-builder -i ./embassy-lora -o webroot/crates/embassy-lora/git.zup docserver-builder -i ./embassy-net -o webroot/crates/embassy-net/git.zup docserver-builder -i ./embassy-net-driver -o webroot/crates/embassy-net-driver/git.zup docserver-builder -i ./embassy-net-driver-channel -o webroot/crates/embassy-net-driver-channel/git.zup diff --git a/README.md b/README.md index e5a97062..7ae40fe5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The nrf-softdevice cr The embassy-stm32-wpan crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers. - **LoRa** - -embassy-lora supports LoRa networking. +The lora-rs project provides an async LoRa and LoRaWAN stack that works well on Embassy. - **USB** - embassy-usb 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.