When using embassy-rp in v0.9.0 the call of cyw43::control::Control::start_ap_open().await doesn't continue.
I'm using cyw43 v0.6.0 and cyw43-pio v0.9.0.
When I use cyw43-pio from local path and modify its dependency back to embassy-rp v0.8.0. Everything compiles and the start_ap_open() works again. So every other crate is up-to-date.
Is any trace possible to help what's going on in the call?