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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libc/] [src/] [sys-userspace/] [arch-arm/] [sys_fputc.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Ties up platform's uart driver functions with printf
3
 *
4
 * Copyright (C) 2009 B Labs Ltd.
5
 */
6
#include <stdio.h>
7
#include <libdev/uart.h>
8
 
9
int __fputc(int c, FILE *stream)
10
{
11
        uart_tx_char(uart_print_base, c);
12
        return 0;
13
}

powered by: WebSVN 2.1.0

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