tree: 45e21742b040ae5926e4c1c5cbc274b36ea41e29 [path history] [tgz]
  1. printf.c
  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.