OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [source/] [neorv32_rte.c] - Diff between revs 7 and 11

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 11
Line 372... Line 372...
      neorv32_uart_putc('.');
      neorv32_uart_putc('.');
    }
    }
  }
  }
}
}
 
 
 No newline at end of file
 No newline at end of file
 
 
 
/**********************************************************************//**
 
 * NEORV32 runtime environment: Print project credits
 
 **************************************************************************/
 
void neorv32_rte_print_credits(void) {
 
 
 
  neorv32_uart_print("\n\nThe NEORV32 Processor Project\n"
 
                     "by Stephan Nolting\n"
 
                     "https://github.com/stnolting/neorv32\n"
 
                     "made in Hannover, Germany\n\n");
 
}
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.