Renken
Renken
Hello, First of all, thank you for your work on `futures`. I'm working on a project targeting various ESP32 microcontrollers using [`esp-hal`](https://docs.esp-rs.org/esp-hal/), a few of them e.g., esp32c3, do not...
Hi, In the process of updating my project to rely on https://github.com/esp-rs/esp-hal/releases/tag/esp-hal-v1.0.0, I came across the following error. ``` error[E0391]: cycle detected when borrow-checking `__main::____embassy_main_task::____embassy_main_task_inner_function` --> src/bin/main.rs:29:1 | 29 |...
## Bug description Discussion initially documented in https://github.com/esp-rs/esp-hal/discussions/4631 ## To Reproduce 1. See https://github.com/renkenono/esp-hal/blob/fix/wifi-deinit-flow/examples/wifi/embassy_sntp/src/main.rs. 1. Relying purely on `Drop` trait, see https://github.com/renkenono/esp-hal/commit/7b6baefc54ebcde29dcb4c8ee9672ee15cd7ee29. 2. Gracefully shutting down the controller by disconnecting...
*NOTE: The title might be very misleading because I was unable to find a better fit, I recommend you read the attached snippet instead since the idea behind it is...