-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to embedded-hal v1 #66
Comments
Hello @niondir, @schteve and all. However, I have some question for this issue,
|
currently, I created the modification on this MR TakashiKusachi#1 based on ("update the example of stm32-cortex-m4-blackpill only. I think CI test is passed with this fix.") |
I think the goal was just to replace any use of pre-1.0.0 embedded-hal with 1.0.0 |
Thanks for reply @schteve .
Ah.., I had missed this. |
Currently, "cortex-m" and "cortex-m-rt" crates depend to all arm-platform examples as same version.
|
Yeah it doesn't seem to work, I assumed the cargo dependency resolver would allow different versions for each target but I guess that's not the case. I think it's the cortex-m-rt specified for I'm getting linker errors on the 9160 example as-is so it looks to be already broken. Again if I delete the other examples dependencies then this build works so seems like something is interfering between them. Not sure what. |
Thanks @schteve, I think it is better that this problem is resolved with #32. I will look at this issue #32 and try to do this issue. |
Since the embedded-hal v1 is released now, it would be great to have support in FreeRTOS-rust
See: https://blog.rust-embedded.org/embedded-hal-v1/
Since it's only a dependency of the examples. I assume only the examples need to be adjusted.
The text was updated successfully, but these errors were encountered: