view target-utils/simtest/main.c @ 459:5c1fb31751d7

target-utils/simtest/Makefile: install added
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 10 Feb 2019 17:34:55 +0000
parents daaab2701761
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();
	}
}