You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
axtls @ 43a6e6bd3b
axtls: Update, exposes AES functions to implement ECB chiper mode.
7 years ago
berkeley-db-1.xx @ 35aaec4418
berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE.
7 years ago
cmsis/ inc
lib/cmsis: upgrade CMSIS-CORE to V4.30
8 years ago
embed
lib/embed/abort_: Use mp_raise_msg helper function.
7 years ago
libc
all: Use the name MicroPython consistently in comments
7 years ago
libffi @ e9de7e35f2
lib/libffi: Add libffi as a submodule.
9 years ago
libm
lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.
7 years ago
libm_dbl
lib: Add libm_dbl, a double-precision math library, from musl-1.1.16.
7 years ago
lwip @ 92f23d6ca0
lib/lwip: Update lwIP to v2.0.3, tag STABLE-2_0_3_RELEASE.
7 years ago
memzip
lib/memzip: Make lexer constructor raise exception when file not found.
8 years ago
mp-readline
all: Use the name MicroPython consistently in comments
7 years ago
netutils
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
7 years ago
nrfx @ 293f553ed9
nrf: Upgrade to nrfx 1.1.0
6 years ago
oofatfs
lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.
8 years ago
stm32lib @ 1fe30d1446
lib/stm32lib: Update library to include support for STM32F0 MCUs.
7 years ago
timeutils
all: Use the name MicroPython consistently in comments
7 years ago
tinytest
lib/tinytest: Clean up test reporting in the presence of stdout output.
7 years ago
upytesthelper
lib/upytesthelper: MicroPython test helper layer on top of tinytest.
7 years ago
utils
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
6 years ago
README.md
lib: Add basic README.
10 years ago
This directory contains standard, low-level C libraries with emphasis on
being independent and efficient. They can be used by any port.