micropython/bare-arm
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
..
Makefile Makefiles: Remove duplicate object files when linking. 2015-10-24 15:46:53 +03:00
main.c lib/utils/pyexec: Condition-out GC calls from pyexec. 2016-04-19 09:22:40 +01:00
mpconfigport.h ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200. 2016-04-13 15:31:30 +01:00
mphalport.h all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
qstrdefsport.h Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 2014-04-12 13:07:45 +01:00
stm32f405.ld Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 2014-04-12 13:07:45 +01:00