blob: 80a35b862cfd62e601e94936239af6c922d783e7 [file] [log] [blame] [view]
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.