embassy/embassy-lora
Timo Kröger 8e8106ef55 lora: Improve IRQ handling
* Interrupt handler only triggers a waker:
Do the actual interrupt processing which involves SUBGHZ SPI coms in the task.
* Do not require a static state for the constructor.
* Remove unsafe from construcor.
2022-08-26 15:44:57 +02:00
..
src lora: Improve IRQ handling 2022-08-26 15:44:57 +02:00
Cargo.toml split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00