tree: 934291adaa733ca26bd02f933ccba2c432a94a0a [path history] [tgz]
  1. printf.cc
  2. README.md
  3. xmake.lua
sdk/lib/stdio/README.md

Minimal standard output

This directory contains a very minimal subset of <stdio.h>. The printf implementation is not fully standards compliant and requires direct access to the UART and so should not be used outside of debug builds. For C++ code, please consider using the logging facilities in debug.hh instead.