SDL based host with extram mapped to framebuffer and simple gfx app to accompany it

This commit is contained in:
Toby Jaffey 2025-12-11 23:31:10 +00:00
parent 577aaadacd
commit e7485d5972
8 changed files with 336 additions and 0 deletions

View file

@ -3,10 +3,12 @@ all:
(cd host-mini && make)
(cd host-parallel && make)
(cd host-arduino && make)
(cd host-sdl && make)
clean:
(cd host && make clean)
(cd host-mini && make clean)
(cd host-parallel && make clean)
(cd host-arduino && make clean)
(cd host-sdl && make clean)