ivmarkov
ivmarkov
@nihuynh OK so saying: ``` This issues is still present. I've notice that it occurs when dropping the PinDriver which produce this log on the serial: I (7358) gpio: GPIO[13]|...
Ok but then again: NOT dropping the driver does not fix anything, right?
The driver now has its own `Mode` type (which is really a re-export of the e-hal 1.0.rc1 one) and its own `MODE_X` types (which are also re-exports, but that's a...
... and the above have `From`/`Into` compatibility with e-hal 0.2.
I think we should keep this open. RMT was contributed, so I haven't looked I to it too carefully, but I would not be surprised if we have soundness errors...
I'm closing this as I don't see us switching to other type of enum representation anytime soon.
Related: https://github.com/esp-rs/esp-idf-hal/tree/async-uart
> Am I correct in that this prevents other tasks from being executed while the transfer is executing? What do you mean? You are on top of ESP IDF /...
Good point, let me check again actually...