aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorceekdee <[email protected]>2023-04-27 11:05:33 -0500
committerceekdee <[email protected]>2023-04-27 11:05:33 -0500
commit9d610c68663d806601bbe8855e63a52e8e610d14 (patch)
tree7ecae429d3ac69d9240ce1f8792cb2cc6cd4b89c /README.md
parent03d6363d5af5dcaf21b52734994a466ca593d2b6 (diff)
Remove legacy LoRa drivers.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 270f27a8f..b65dcbe15 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ The <a href="https://docs.embassy.dev/embassy-net/">embassy-net</a> network stac
35The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers. 35The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers.
36 36
37- **LoRa** - 37- **LoRa** -
38<a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking on STM32WL wireless microcontrollers and Semtech SX126x and SX127x transceivers. 38<a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking.
39 39
40- **USB** - 40- **USB** -
41<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. 41<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.