riscv-rust / e310x-hal

Implementation of the `embedded-hal` traits for E310x microcontrollers
17 stars 18 forks source link

Implement async traits for peripherals #30

Open Disasm opened 4 years ago

almindor commented 3 years ago

@Disasm sorry I've been out of the loop for so long. Are these still to be done?

Disasm commented 3 years ago

It's a proof of concept implementation to see how the async traits work in practice. It requires a feature gate (and nightly) to work, so it should be safe to merge and publish this change.