FreeCalypso > hg > freecalypso-tools
view target-utils/dspdump/main.c @ 868:f6c379f0cbbe
ringtools/examples: move the old BU "melodies" into old subdir
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Mar 2022 05:53:58 +0000 |
parents | 27b5526ba1a8 |
children |
line wrap: on
line source
#include "types.h" main() { uart_select_init(); printf("Calypso DSP dump program running\n"); print_boot_rom_info(); for (;;) { putchar('='); if (command_entry()) command_dispatch(); } }