view target-utils/simtest/main.c @ 454:daaab2701761

target-utils: simtest program started
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Feb 2019 07:55:50 +0000
parents
children d36c793d71db
line wrap: on
line source

main()
{
	uart_select_init();
	printf("SIM interface debug program running\n");
	print_boot_rom_info();
	for (;;) {
		putchar('=');
		if (command_entry())
			command_dispatch();
	}
}