ivmarkov
ivmarkov
@georgik Would you mind opening a PR for that?
If you have concrete methods that need to be exposed (as well as justification why just re-creating the interface is not ideal), please go ahead and justify. But in its...
If you believe [this](https://github.com/esp-rs/esp-idf-svc/blob/master/src/netif.rs#L234) is possible to do at runtime without destroying the `EspNetif` object, by all means demonstrate how, and I'll merge. As for the the above code timing...
`wrap_static_fns` is a brand new, experimental feature of bindgen and as such it is not supported out of the box in `esp-idf-sys`. Moreover, it is not just about "passing the...
See [this](https://github.com/esp-rs/embedded-svc/pull/48#issuecomment-1509854469) though. Let me know what you think.
@Vollbrecht Is this still relevant?
Let's do it, but no rush - it will be merged after this weekend's release anyway.
@Vollbrecht The PR passes `fmt` and `clippy`. Are there any other outstanding work, or shall I merge?
Hey, we have a forum (Matrix chat) for these questions, which is noted in the README file of this repo. :) But I will keep this issue open in case...
@ok32 If you suspect miscompilation, we better ping @MabezDev as he is having the best grasp of the `xtensa` backlend.