Go to the documentation of this file.
32 #include <sys/times.h>
42 char *__env[1] = { 0 };
72 for (DataIdx = 0; DataIdx < len; DataIdx++)
84 for (DataIdx = 0; DataIdx < len; DataIdx++)
97 int _fstat(
int file,
struct stat *st)
99 st->st_mode = S_IFCHR;
113 int _open(
char *path,
int flags, ...)
136 int _stat(
char *file,
struct stat *st)
138 st->st_mode = S_IFCHR;
int _open(char *path, int flags,...)
int __io_putchar(int ch) __attribute__((weak))
int _execve(char *name, char **argv, char **env)
int _write(int file, char *ptr, int len)
int _read(int file, char *ptr, int len)
void initialise_monitor_handles()
int _stat(char *file, struct stat *st)
int _link(char *old, char *new)
int _times(struct tms *buf)
int _lseek(int file, int ptr, int dir)
int _fstat(int file, struct stat *st)
This file contains definitions for STM32F401-Discovery Kit's Leds and push-button hardware resources.
int _kill(int pid, int sig)