thermosphere: add qemu support
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#include "utils.h"
|
||||
#include "uart.h"
|
||||
#include "log.h"
|
||||
#include "platform/uart.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
uart_config(UART_C);
|
||||
uart_reset(UART_C);
|
||||
uart_init(UART_C, 115200, true);
|
||||
uartInit(115200);
|
||||
|
||||
//uart_send(UART_C, "0123\n", 3);
|
||||
serialLog("Hello from Thermosphere!\r\n");
|
||||
|
||||
Reference in New Issue
Block a user