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

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [example/] [coremark/] [ee_printf.c] - Diff between revs 38 and 65

Show entire file | Details | Blame | View Log

Rev 38 Rev 65
Line 681... Line 681...
       documentation.
       documentation.
    */
    */
 
 
  /* NEORV32-specific */
  /* NEORV32-specific */
  if (c == '\n') {
  if (c == '\n') {
    neorv32_uart_putc('\r');
    neorv32_uart0_putc('\r');
  }
  }
  neorv32_uart_putc(c);
  neorv32_uart0_putc(c);
}
}
 
 
int
int
ee_printf(const char *fmt, ...)
ee_printf(const char *fmt, ...)
{
{

powered by: WebSVN 2.1.0

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