embassy/examples
Ulf Lilleengen 16a47a0ad9 Add embassy-lora crate
This crate contains async radio drivers for various lora drivers that
work with embassy timers. The code is imported from Drogue Device (
https://github.com/drogue-iot/drogue-device)

The radio drivers integrate with the async LoRaWAN MAC layer in the
lorawan-device crate.

Also added is an example for the STM32WL55 and for STM32L0 (requires
the LoRa Discovery board) for LoRaWAN. Future work is to make the
underlying radio drivers using fully async SPI when communicating
with the peripheral.
2021-09-30 10:32:24 +02:00
..
nrf embassy/channel: switch to use MutexKind 2021-09-13 00:08:41 +02:00
rp Update lots of deps 2021-09-11 01:35:23 +02:00
std Update lots of deps 2021-09-11 01:35:23 +02:00
stm32f0 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32f1 Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) 2021-09-28 18:31:04 +02:00
stm32f4 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32g0 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32h7 Update version of critical-section 2021-09-13 17:05:17 +02:00
stm32l0 Add embassy-lora crate 2021-09-30 10:32:24 +02:00
stm32l1 Support for STM32L1 2021-09-21 14:50:23 +02:00
stm32l4 Support for STM32L1 2021-09-21 14:50:23 +02:00
stm32wb55 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32wl55 Add embassy-lora crate 2021-09-30 10:32:24 +02:00
wasm Update version of critical-section 2021-09-13 17:05:17 +02:00