- implemented video mode setting with the property tags, and once again it only
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 12 Nov 2020 18:01:32 +0000 (20:01 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 12 Nov 2020 18:01:32 +0000 (20:01 +0200)
commit6da291dc416a718164b5596aa16b1901f2770732
tree71e32be08555338c6c131f9fa3ae7ef9af23d95d
parent32ccc707bc0821d7ff4248fe9f58e92e9c6ebef9
- implemented video mode setting with the property tags, and once again it only
  works in the emulator
- added hexdump function for debugging
- added reboot function using the watchdog timer
src/debug.c [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/main.c
src/mem.h
src/rpi.c
src/rpi.h
src/video.c