lobaro / FreeRTOS-rust

Rust crate for FreeRTOS
MIT License
326 stars 55 forks source link

Migrate to embedded-hal v1 #66

Open niondir opened 5 months ago

niondir commented 5 months ago

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.

TakashiKusachi commented 2 weeks ago

Hello @niondir, @schteve and all. I'm very interested in this project. So, I hope I can contribute to this project from this issue.

However, I have some question for this issue, Firstly, What the goal of this task. e.g.,

TakashiKusachi commented 2 weeks ago

currently, I created the modification on this MR https://github.com/TakashiKusachi/FreeRTOS-rust/pull/1 based on ("update the example of stm32-cortex-m4-blackpill only. I think CI test is passed with this fix.")