view target-utils/simtest/main.c @ 849:a66095c7f35f

lunadrv: add suspend and resume commands
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 18 Aug 2021 04:00:14 +0000
parents d36c793d71db
children
line wrap: on
line source

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