thermosphere: attempt to output to uart-c

This commit is contained in:
TuxSH 2019-07-19 01:45:56 +02:00
parent 4e6108839d
commit 076c988796
10 changed files with 958 additions and 55 deletions

View file

@ -26,7 +26,7 @@
#define MASK2(a,b) (MASK(a) & ~MASK(b))
#define MASK2L(a,b) (MASKL(a) & ~MASKL(b))
#define MAKE_REG32(a) (*(volatile u32 *)(a))
#define MAKE_REG32(a) (*(volatile u32 *)(uintptr_t)(a))
#define ALIGN(m) __attribute__((aligned(m)))
#define PACKED __attribute__((packed))