esp-rs / esp-wifi-sys

Wi-Fi and BT drivers packaged for integration into bare-metal esp-wifi.
Apache License 2.0
401 stars 94 forks source link

Update everything to use latest `esp-hal` and `embedded-hal-async 1.0.0`, smoltcp to `0.11.0` #417

Closed ProfFan closed 10 months ago

ProfFan commented 10 months ago

Tested on all targets

Waiting on:

ProfFan commented 10 months ago

This PR is ready for review, I tested on ESP32-S3 and S2 and it seem to work great :D

dzamlo commented 10 months ago

I tested on ESP32-C3 (project: https://gitlab.com/dzamlo/esp32-c3-webui/), and this PR work great! Thanks!