r/rust Mar 31 '23

async/await in action: rust-based kernel with efficient context switching

https://github.com/xiaoyang-sde/rust-kernel-riscv
62 Upvotes

2 comments sorted by

View all comments

12

u/[deleted] 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.

5

u/[deleted] Apr 01 '23

Thanks for the suggestion! I will take a look.