You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
If I create a new project for the ESP32-S3 using cargo generate esp-rs/esp-template and run cargo tree, I see dependencies on v0.2.7 of embedded-hal by esp-hal v0.16.1 and esp-synopsys-usb-otg v0.4.0. I had expected there to be only dependencies on v1.0.0 of embedded-hal given that from reading some of the release notes it appears that v1.0.0 is properly supported (and thus I assume it is supposed to be the default). Additionally, esp-hal's Cargo.toml file specifies that it should use v1.0.0 (except for the embedded-hal-02 case to support the old version of course).
I'm trying to use v1.0.0 of embedded-hal in an S3 project I'm working on, but this is causing a compilation error when I work with GPIO in a certain way. I believe this is caused by this version mismatch.
I can post the error when I get home if necessary, but I'm primarily just trying to understand where the old version of embedded-hal is coming from given that from what I can tell, it should be using v1.0.0.
The text was updated successfully, but these errors were encountered:
If I create a new project for the ESP32-S3 using
cargo generate esp-rs/esp-template
and runcargo tree
, I see dependencies on v0.2.7 ofembedded-hal
byesp-hal
v0.16.1 andesp-synopsys-usb-otg
v0.4.0. I had expected there to be only dependencies on v1.0.0 ofembedded-hal
given that from reading some of the release notes it appears that v1.0.0 is properly supported (and thus I assume it is supposed to be the default). Additionally,esp-hal
'sCargo.toml
file specifies that it should use v1.0.0 (except for theembedded-hal-02
case to support the old version of course).I'm trying to use v1.0.0 of
embedded-hal
in an S3 project I'm working on, but this is causing a compilation error when I work with GPIO in a certain way. I believe this is caused by this version mismatch.I can post the error when I get home if necessary, but I'm primarily just trying to understand where the old version of
embedded-hal
is coming from given that from what I can tell, it should be using v1.0.0.The text was updated successfully, but these errors were encountered: