ultraembedded / riscv-sw-test

Repository from Github https://github.comultraembedded/riscv-sw-testRepository from Github https://github.comultraembedded/riscv-sw-test

riscv-sw-test - Newlib based RISC-V demos

Github: https://github.com/ultraembedded/riscv-sw-test

This is an example project using Newlib for RISC-V, with some basic initialisation, drivers and build infrastructure.

Cloning

This repo contains submodules, so to clone everything;

git clone --recursive https://github.com/ultraembedded/riscv-sw-test.git

Building

This project uses make and the RISC-V toolchain. Make sure you have the RISC-V toolchain available on your PATH, then;

cd apps/helloworld
make

Running on a simulator

This SW can run on my RISC-V ISA simulator ExactStep: https://github.com/ultraembedded/exactstep

About


Languages

Language:C++ 86.3%Language:C 12.9%Language:Assembly 0.4%Language:Objective-C 0.2%Language:Makefile 0.2%