You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the driver takes the IEEE802154 and the RADIO_CLK peripherals by value, it is not really possible to mutably borrow the peripherals into the radio and then release them once the radio is dropped.
I believe this is just an ommission, as the IEEE802154 radio is not used that widely yet.
Expected behavior
Use impl Peripheral<P = IEEE802154> + 'd, ...` like everywhere else. :)
Environment
Target device: esp32c6, esp32h2
Crate name and version: main branch
The text was updated successfully, but these errors were encountered:
Bug description
Since the driver takes the
IEEE802154
and theRADIO_CLK
peripherals by value, it is not really possible to mutably borrow the peripherals into the radio and then release them once the radio is dropped.I believe this is just an ommission, as the IEEE802154 radio is not used that widely yet.
Expected behavior
Use
impl Peripheral<P = IEEE802154> + 'd
, ...` like everywhere else. :)Environment
main
branchThe text was updated successfully, but these errors were encountered: