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

Implementation of the `embedded-hal` traits for E310x microcontrollers

Results 13 e310x-hal issues
Sort by recently updated
recently updated
newest added

The E310X atomic support is limited, as it only allows us to use AMO instructions, while LR/SC instructions provoke an exception. Thus, we need to provide support for `riscv32imc-unknown-none-elf` to...

`portable-atomic` added a [new feature](https://github.com/taiki-e/portable-atomic/pull/124) that is particularly well-suited for e310x targets. It allows us to compile over `riscv32imc-unknown-none-elf` while leaving `AMOxxx` instructions with no emulation. Once `portable-atomic` releases a...