aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup memzero callsHEADmainBad Diode2021-09-141-3/+11
* Move bss initialization to C codeBad Diode2021-09-141-1/+1
* Update FB initialization to use mbox instead of structsBad Diode2021-09-131-38/+15
* Cleanup linker script and make .stack sectionBad Diode2021-09-131-2/+2
* Force non inline of 16 bit memory poking functionsBad Diode2021-09-101-8/+8
* Add workarounds for working hardware RPI4Bad Diode2021-09-091-3/+17
* Add system timer regs and sync execution at 60fpsBad Diode2021-09-091-1/+35
* Add docolors implementation and test with screen.romBad Diode2021-09-081-0/+4
* Add boilerplate for initial implementation of UXNBad Diode2021-09-071-0/+10
* Add working framebuffer requestBad Diode2021-09-071-2/+103
* Cleanup UART code using structs for registersBad Diode2021-09-071-87/+132
* Add initial support for UART I/OBad Diode2021-09-071-0/+102