e310x
e310x copied to clipboard
svd2rust generated interface to e310x peripherals
Bumps embedded-hal to v1.0.0-alpha.8 Requires: https://github.com/rust-embedded/riscv-rt/pull/101 https://github.com/rust-embedded/riscv/pull/106
Update crate for use with `svd2rust` version `0.31.0`. I briefly went through the svd2rust [release pages](https://github.com/rust-embedded/svd2rust/releases), the primary extra/manual change I noticed that needed to be done here was to...
The idea is to create a workspace for `e310x`, `e310x-hal`, and all the BSPs that use these crates (e.g., `hifive1`). This PR moves the `e310x` crate to a sub-crate in...