| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
All the RCC configuration is executed in init().
|
| |
|
|
|
| |
This makes API consistent with other Config structs in Embassy, where
the convention is to not use builders.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |\
| |
| | |
Add HAL for SubGhz peripheral for STM32 WL series
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Based on the HAL from stm32wl, the peripheral driver has been
modified to fit into embassy, using the embassy APIs, providing
operation of the radio peripheral.
The initial version does not offer any async APIs, but the example
shows how the radio IRQ can be used to perform async TX of the radio.
|
| |/
|
|
| |
trait_alias seems unused. no idea why it's there.
|
| | |
|
| |
|
| |
* Add STM32WL55 examples to CI and fix warnings
|
| |
|
|
|
|
| |
* Generate a core index put into the PAC for the peripherals to use as
index into registers.
* Add EXTI v2 which uses CORE_INDEX to index exti registers
|
| |
|