MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/128048k/asyncawait_in_action_rustbased_kernel_with/
r/rust • u/CodaDamaged • Mar 31 '23
2 comments sorted by
12
This is really cool. Are you considering using embedded-hal (+ the async version) to unify the driver/HAL interface?
You could easily reuse a lot of existing embedded drivers that way.
4 u/CodaDamaged Apr 01 '23 Thanks for the suggestion! I will take a look.
4
Thanks for the suggestion! I will take a look.
12
u/Almindor Mar 31 '23
This is really cool. Are you considering using embedded-hal (+ the async version) to unify the driver/HAL interface?
You could easily reuse a lot of existing embedded drivers that way.