micropython/lib
Colin Hogben 8aa3cbf153 lib/utils/pyexec: Condition-out GC calls from pyexec.
A port which uses lib/utils/pyexec.c but which does not enable garbage
collection should not need to implement the gc_collect function.

This patch also moves the gc_collect call to after printing the qstr
info.  Since qstrs cannot be collected it should not make any difference
to the printed statistics.
2016-04-19 09:22:40 +01:00
..
axtls@532d2302b8 lib/axtls: Update to the latest upstream master. 2016-04-08 15:19:57 +03:00
fatfs
libc
libffi@e9de7e35f2
libm
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils
utils lib/utils/pyexec: Condition-out GC calls from pyexec. 2016-04-19 09:22:40 +01: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.