Hi,
I want to implement a project using the newest rp2040_hal which requires hal v1.0.0 together with embedded_components for the io expander packages.
Building this project results in a hal version conflict, as embedded_components v0.3.0 is linked to hal 0.3.0, while rp20240_hal is based on hal v1.0.0.
I tried to find the embedded_components crate, so that I could fork, update and merge it, but no avail.
The very same for the adl_middleware crate, which is used by embedded_components.
I would like to contribute by updating both crates to hal v1.0.0.
Can anyone provide the link to them?
I found embedded_components in:
but the version in alire.toml is 0.3.0-dev
So somehow this does not match.
Any help would be appreciated.
Regards,
Holger