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
|
|
@ -33,3 +33,5 @@ RUN curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/inst
|
|||
RUN arduino-cli core install arduino:avr
|
||||
RUN apt-get install -y qemu-system-misc
|
||||
|
||||
# host-sdl
|
||||
RUN apt-get install -y libsdl3-0 libsdl3-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue