esp-rs / esp-template

A minimal esp-hal application template for use with cargo-generate
Apache License 2.0
136 stars 27 forks source link

Minor updates #139

Closed SergioGasquez closed 8 months ago

SergioGasquez commented 8 months ago

Supersedes #135

bjoernQ commented 8 months ago

I think it will cause problems with esp-wifi since 0.1.1 needs the older HAL. We could make it a git-dependency and patch a lot of the dependencies like in https://github.com/esp-rs/esp-wifi/blob/12477b3b5fd3b3b17727a0471b624eb5b0578f6e/Cargo.toml#L59-L65

Really hope our dependencies get a release and we are able to release esp-wifi 0.2.0 since it's blocking a few things

MabezDev commented 8 months ago

Hopefully we will have a enet release soon: https://github.com/embassy-rs/embassy/pull/2401 then we can bump esp-wifi and merge this.

MabezDev commented 8 months ago

embassy-net 0.3 is now available on crates.io so I think we can get things moving here!

bjoernQ commented 8 months ago

embassy-net 0.3 is now available on crates.io so I think we can get things moving here!

Awesome! I will update + release esp-wifi tomorrow