micropython/lib
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
This patch in effect renames MICROPY_DEBUG_PRINTER_DEST to
MICROPY_DEBUG_PRINTER, moving its default definition from
lib/utils/printf.c to py/mpconfig.h to make it official and documented, and
makes this macro a pointer rather than the actual mp_print_t struct.  This
is done to get consistency with MICROPY_ERROR_PRINTER, and provide this
macro for use outside just lib/utils/printf.c.

Ports are updated to use the new macro name.
2018-08-02 14:04:44 +10:00
..
axtls@43a6e6bd3b
berkeley-db-1.xx@35aaec4418
cmsis/inc
embed
libc
libffi@e9de7e35f2
libm
libm_dbl
lwip@92f23d6ca0 lib/lwip: Update lwIP to v2.0.3, tag STABLE-2_0_3_RELEASE. 2018-05-17 13:11:31 +10:00
memzip
mp-readline
netutils
nrfx@293f553ed9 nrf: Upgrade to nrfx 1.1.0 2018-07-18 17:12:26 +10:00
oofatfs
stm32lib@1fe30d1446 lib/stm32lib: Update library to include support for STM32F0 MCUs. 2018-05-28 21:46:20 +10:00
timeutils
tinytest lib/tinytest: Clean up test reporting in the presence of stdout output. 2017-12-15 19:41:08 +02:00
upytesthelper lib/upytesthelper: MicroPython test helper layer on top of tinytest. 2017-12-13 09:07:51 +02:00
utils py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 2018-08-02 14:04:44 +10:00
README.md

README.md

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