thermosphere: start exception handling

This commit is contained in:
TuxSH
2019-07-22 01:04:53 +02:00
parent ada6b180cc
commit 4e0eef2784
7 changed files with 219 additions and 87 deletions

View File

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