view target-utils/simtest/main.c @ 456:3884d823b36e

simtest: volt command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Feb 2019 08:09:32 +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();
	}
}