esp-rs / esp-mbedtls

mbedtls for ESP32 bare-metal
Apache License 2.0
17 stars 7 forks source link

Update dependencies #21

Closed bjoernQ closed 10 months ago

bjoernQ commented 10 months ago

A lot has changed in esp-hal, esp-wifi and other dependencies. This updates them

The changes to the library are moderate but examples and Cargo.toml had to change a lot. Now we actually build the examples in CI to make sure the examples link

AnthonyGrondin commented 10 months ago

LGTM.

All examples in the justfile build locally.

Someday, we could add automated testing like in https://github.com/esp-rs/esp-wifi/pull/339 to test the examples for connectivity.