Open
Description
I am trying to get lora_phy working with rppal. But I am getting the following errors
It seems like lora_phy is using embedded_hal_async next to embedded_hal. As far as I understood, only embedded_hal is implemented for rppal? is there a relatively simple way to add embedded_hal_async support, or is it pretty much a rewrite?
Here is also a reproduction repo. If you want to check my setup
https://github.com/IhsenBouallegue/lora-phy-embedded-linux