An open API service indexing awesome lists of open source software.

https://github.com/zyedidia/hifive

Simple bare-metal library and example programs for the HiFive 1 Rev B
https://github.com/zyedidia/hifive

Last synced: 5 months ago
JSON representation

Simple bare-metal library and example programs for the HiFive 1 Rev B

Awesome Lists containing this project

README

          

# HiFive 1 Rev B Library and Examples

Some examples of bare metal programs for the HiFive 1 Rev B board.

Usage:

* Set the `LIBFIVE_ROOT` environment variable to point to the `libfive` directory.
* Make sure the GNU RISC-V toolchain is installed (prebuilt binaries [available](https://github.com/zyedidia/riscv-gnu-toolchain-prebuilt)).
* Navigate to your program of choice (for example, `programs/blinkrgb`).
* Plug in the board and run `make install`.