ivmarkov

Results 702 comments of ivmarkov
trafficstars

@madwizard-thomas Argh you are right that it is actually busy looping: https://github.com/espressif/esp-idf/blob/release/v4.4/components/driver/spi_master.c#L983 Yet, I don't see any disabling of the FreeRTOS task scheduler, or holding a critical section. Which means...

Changing the title to reflect that DMA support is in place since quite some time. Mainline also now supports async, as well as blocking+non-polling mode.

This is fixed in the latest SPI driver.

Now available in `master`.

@Vollbrecht Would you review the attached diff w.r.t. whether it is still necessary after your changes?

I've now added `get/set_mac` pair of functions to `WifiDriver` and `EspWifi` which should address the remaining open bits in this issue. Getting/setting MAC for `Eth` is much more involved, so...

Most of this should be resolved with the new release of `esp-idf-svc` a couple of months ago. Feel free to open more specific bugs for anything you feel is not...

This is released since a week. Check CHANGELOG.md in embedded-svc root and in esp-idf-svc root.

I think this is all addressed with the new release since a couple of months. There is a separate issue request for compatibility between the Rust storage impl and the...