micropython/lib
stijn 8ad30fa433 lib/utils/printf: Make DEBUG_printf implementation more accessible.
The definition of DEBUG_printf doesn't depend on
MICROPY_USE_INTERNAL_PRINTF so move it out of that preprocessor
block and compile it conditionally just depending on the
MICROPY_DEBUG_PRINTERS macro. This allows a port to use DEBUG_printf
while providing it's own printf definition.
2018-07-05 19:44:18 +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
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
utils lib/utils/printf: Make DEBUG_printf implementation more accessible. 2018-07-05 19:44:18 +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.