Alexander Hübener

Results 16 comments of Alexander Hübener

When I use the `OwnedAsyncI2cDeviceDriver` async driver (do some operations) as I implemented it, I get an error with the following backtrace. If I add some `dbg!()` in the `read`,...

@ivmarkov any thoughts on the points in the init PR comment? I think the `sync and async driver combined + address len` is pretty neat, but it differs to other...

I think there is a drop of the spi device missing or something like this. I get the following after using the `EthDriver` (not ``` I (419) esp_idf_svc::eth: About to...

Now I get the following error: backtrace ``` I (7479) esp_idf_svc::eth: Stopping I (7489) esp_idf_svc::eth: Stop requested I (7489) esp_idf_svc::eth: Stopping E (7499) esp_eth: esp_eth_stop(288): driver not started yet I...

Will check it tomorrow.

@Vollbrecht I have updated my code to the latest api version. I still get the exact same error.