mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
SDL based host with extram mapped to framebuffer and simple gfx app to accompany it
This commit is contained in:
parent
577aaadacd
commit
e7485d5972
8 changed files with 336 additions and 0 deletions
|
|
@ -120,6 +120,12 @@ Then, from inside the docker shell
|
|||
|
||||
The example VM hosts should all build with any C compiler. To build all of the examples in `apps`, you will need a RISC-V cross compiler, Zig 0.15.2 and Rust (stable). To build the example `host-arduino` you will need `arduino-cli`.
|
||||
|
||||
On mac
|
||||
|
||||
brew install arduino-cli riscv64-elf-gcc riscv64-elf-binutils sdl3
|
||||
make
|
||||
|
||||
|
||||
## Quickstart API
|
||||
|
||||
```c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue