tree: d8cd820068528e2a21ea86bacd64c5e9b6359faa [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.