hifive1 icon indicating copy to clipboard operation
hifive1 copied to clipboard

Board support crate for HiFive1 and LoFive boards

Results 3 hifive1 issues
Sort by recently updated
recently updated
newest added

Is it possible to modify the linker script on my project? I want to keep all machine mode and user mode functions separated in memory. I thought that I might...

This pull request depends on https://github.com/riscv-rust/e310x-hal/pull/49 . It adds a linker dependency, `interrupts.x`, which references the linker script explained in that pull request. An example of how to use it...

Hi all! Is it possible to set `defmt` for logging with a hifive1 board? So far I've been using the UART, but I suspect the serial port is interfering with...