summaryrefslogtreecommitdiffstatshomepage
path: root/lib/utils/printf.c
Commit message (Collapse)AuthorAge
* py/emitglue: Host definition of mp_verbose_flag.Paul Sokolovsky2015-11-21
| | | | | This may not seem like the ideal place, but is actually the only place in py/ where it gets referenced, so is just right.
* lib/utils/printf: Move from stmhal/ .Paul Sokolovsky2015-11-10
This file contains various MicroPython-specific helper functions, so isn't good fit for lib/libc/.