aboutsummaryrefslogtreecommitdiff
path: root/common/debug.c
AgeCommit message (Collapse)Author
2021-08-30Initial formatted debug outputKimplul
+ Mostly follows the POSIX printf, with the exceptions of no floating points and `X` signifies binary instead of uppercase hex
2021-08-26Added debug flags and simple debug serial driverKimplul