thermosphere: rebase, fix some bugs

uart now works except for fifo flush
This commit is contained in:
TuxSH
2019-07-23 21:46:35 +02:00
parent 70a9caa7e9
commit 9d6089dc86
5 changed files with 39 additions and 96 deletions

View File

@@ -6,8 +6,8 @@ int main(void)
{
uartInit(115200);
//uart_send(UART_C, "0123\n", 3);
serialLog("Hello from Thermosphere!\r\n");
serialLog("fifo flush fifo flush\n");
serialLog("Hello from Thermosphere!\n");
__builtin_trap();
return 0;
}