FreeCalypso > hg > freecalypso-tools
comparison target-utils/pln-ppb-test/main.c @ 984:cec20c461b3a
target-utils/pln-ppb-test: skeleton started
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 02 Dec 2023 23:20:07 +0000 |
parents | target-utils/loadagent/main.c@e7502631a0f9 |
children | d50df222c274 |
comparison
equal
deleted
inserted
replaced
983:0407d14fb854 | 984:cec20c461b3a |
---|---|
1 /* | |
2 * main() function for our little test program | |
3 */ | |
4 | |
5 main() | |
6 { | |
7 uart_select_init(); | |
8 printf("PL-N flash PPB test program running\n"); | |
9 print_boot_rom_info(); | |
10 for (;;) { | |
11 putchar('='); | |
12 if (command_entry()) | |
13 command_dispatch(); | |
14 } | |
15 } |