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
|
|
@ -13,6 +13,7 @@ all:
|
|||
(cd heap && make)
|
||||
(cd memtest && make)
|
||||
(cd zigalloc && make)
|
||||
(cd gfx && make)
|
||||
|
||||
clean:
|
||||
(cd sketch && make clean)
|
||||
|
|
@ -29,4 +30,5 @@ clean:
|
|||
(cd heap && make clean)
|
||||
(cd memtest && make clean)
|
||||
(cd zigalloc && make clean)
|
||||
(cd gfx && make clean)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue