theCore C++ embedded framework
Collaboration diagram for Console:

Files

file  tm4c/console.cpp
 TM4C bypass console implementation.
 
file  tm4c/export/platform/console.hpp
 TM4C bypass console driver.
 

Namespaces

 ecl
 

Functions

void ecl::bypass_putc (char c)
 Bypasses console drivers and puts data directly to the UART. More...
 

Detailed Description

Function Documentation

◆ bypass_putc()

static void ecl::bypass_putc ( char  c)
inline

Bypasses console drivers and puts data directly to the UART.

Does nothing if console is disabled.

Puts character to bypass console. Does nothing if console is disabled.

Required to print debug of the failed asserts. Check other platforms to get idea why this function is provided.

Here is the call graph for this function: