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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [loader/] [libs/] [c/] [src/] [sys-baremetal/] [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 <l4/config.h>
8
#include <libdev/uart.h>
9
 
10
int __fputc(int c, FILE *stream)
11
{
12
        uart_tx_char(uart_print_base, c);
13
 
14
        return 0;
15
}
16
 

powered by: WebSVN 2.1.0

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