ARMEBS4  revision-26.06.2015
Functions
stdio redirection

stdio redirection for newlib More...

Collaboration diagram for stdio redirection:

Functions

static uint32_t _semi (uint32_t syscall, void *param)
 Semihosting communication. More...
 

Detailed Description

stdio redirection for newlib

Here is the low-level part of stdio (printf/scanf, puts, getc, ...) functions

See also
ARM DUI 0203J for the specification

Here is the low-level part of stdio (printf/scanf, puts, getc, ...) functions

Function Documentation

static uint32_t _semi ( uint32_t  syscall,
void *  param 
)
inlinestatic

Semihosting communication.

Parameters
syscallthe semihosting system call
*paramthe parameter

Definition at line 46 of file retarget_semihosting.c.

References debugger_is_connected.