Adam Greig
Adam Greig
I had three thoughts in mind: 1. Make a new `Delay` provider that just uses a nop loop under the hood, like `asm::delay` does. You can create this as many...
Yea, but this isn't something a driver should be using - it's something the end application pulls in in lieu of anything better. With some docs suggesting what scaling factor...
I've rebased and updated the changelog with the various changes. Should be ready to go now.
> Another oddity: DelayUs from embedded-hal has a default implementation for delay_ms, while the same trait from embedded-hal-async does not have this default implementation. Thanks for pointing this out! This...
I'm very happy with the InterruptNumber trait and I think the additional traits are very sensible extensions too, no comments on them and definitely something I want before we release...
> `Error` Got it, so the utility is sharing it between `riscv` and `riscv-rt`? Are they used outside of that? > `cortex-m-pac` I get that, but it's still not itself...