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 driver blobs #410

Closed bjoernQ closed 10 months ago

bjoernQ commented 10 months ago

This updates the drivers and contains the needed adjustments. Unfortunately, it also needs to patch esp-hal until the next release

Tested all the examples on all supported targets, the automated tests also work fine

bjoernQ commented 10 months ago

For now I disabled building embassy_bench for S2 since it now fails to link with "region `dram_seg' overflowed by 4388 bytes" - probably the new drivers need to place more code in RAM

bugadani commented 10 months ago

This should unblock #224, right?

bjoernQ commented 10 months ago

This should unblock #224, right?

Yes, it does