e310x-hal icon indicating copy to clipboard operation
e310x-hal copied to clipboard

embedded-hal v1.0.0-alpha.8 support

Open almindor opened this issue 3 years ago • 2 comments

Adds support for embedded-hal v1.0.0-alpha.8 by refactoring existing SPI device implementation into using the new traits.

Tested with write only so far.

Requires: https://github.com/riscv-rust/e310x/pull/26 https://github.com/rust-embedded/riscv-rt/pull/101 https://github.com/rust-embedded/riscv/pull/106

Based off of @ahmedcharles work in #42 which I kind of botched up by merging to master too soon. @ahmedcharles if you feel strongly about the contribution loss here please ping me here and we can figure out how to best combine these changes so you get the proper credit for the alpha.7 changes.

almindor avatar Jul 31 '22 18:07 almindor

I'm fine with a mention in the commit message. Thanks. :)

ahmedcharles avatar Aug 02 '22 12:08 ahmedcharles

I'm fine with a mention in the commit message. Thanks. :)

Added in the commit msg for alpha.7 support

almindor avatar Aug 02 '22 16:08 almindor