embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
5.38k stars 745 forks source link

Add support for radio coprocessor and IPCC on stm32wb55 #1397

Open OueslatiGhaith opened 1 year ago

OueslatiGhaith commented 1 year ago

Hello,

I noticed that embassy does not support IPCC or the radio coprocessor on stm32wb55. Is there any plans to add them in the future?

This would be a useful feature for many users who want to use Bluetooth or Zigbee on their stm32wb55 devices.

I have noticed that this issue was addressed by GH-24 though it was closed. The example there does work with RTIC although it is quite outdated

Dirbaio commented 1 year ago

Yes, this would be a great feature to have. No one is working on it or plans to AFAIK though. So PR's welcome :)

The code in #24 is probably a good starting point, yes!