Skip to content
  • Delio Brignoli's avatar
    py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. · e2ac8bb3
    Delio Brignoli authored
    This new config option allows to control whether MicroPython uses its own
    internal printf or not (if not, an external one should be linked in).
    Accompanying this new option is the inclusion of lib/utils/printf.c in the
    core list of source files, so that ports no longer need to include it
    themselves.
    e2ac8bb3