gmod-lcpu/native/projects/riscv_test_harness/test
Lily Tsuru 90e684e1e3 riscv: implement syscon + system hooks
This finally allows the test harness to cleanly shut down. Awesome!

This commit also reformats the whole project's native code. Oops!
2023-07-24 01:56:50 -04:00
..
Makefile riscv: implement syscon + system hooks 2023-07-24 01:56:50 -04:00
README.md riscv: IT WORKS 2023-07-24 00:01:39 -04:00
binary.ld riscv: IT WORKS 2023-07-24 00:01:39 -04:00
main.c riscv: implement syscon + system hooks 2023-07-24 01:56:50 -04:00
start.S riscv: IT WORKS 2023-07-24 00:01:39 -04:00

README.md

what

This is a simple bare-metal riscv program that is able to run on the test harness that does some testing.

It is barebones, I know.