view target-utils/simtest/main.c @ 502:cb33d81f1386

pirexplore SPCA552E init delays changed from bogo-ms to true ms
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2019 02:01:26 +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();
	}
}