SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
retarget.h
Go to the documentation of this file.
1
7
#ifndef __retarget_H__
8
#define __retarget_H__
9
10
#include <stdio.h>
11
#include "
UART0.h
"
12
13
int
fputc
(
int
ch, FILE *f);
14
15
16
int
fgetc
(FILE *f);
17
18
19
int
ferror
(FILE *f);
20
21
22
#endif
// __retarget_H__
23
24
UART0.h
fgetc
int fgetc(FILE *f)
Definition:
retarget.c:30
ferror
int ferror(FILE *f)
Definition:
retarget.c:42
fputc
int fputc(int ch, FILE *f)
Definition:
retarget.c:18
SikendeRTOS
SikenderOS
Project
inc
retarget.h
Generated by
1.9.4