Skip to content
Snippets Groups Projects
Select Git revision
  • 080e4d44f3396f63b33953f6c607b2f70a10ad01
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

lib

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Delio Brignoli authored and Damien George committed
    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
    History

    This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.