circuitpython/lib/utils
Damien George 0a2e9650f5 py: Add ability to have frozen persistent bytecode from .mpy files.
The config variable MICROPY_MODULE_FROZEN is now made of two separate
parts: MICROPY_MODULE_FROZEN_STR and MICROPY_MODULE_FROZEN_MPY.  This
allows to have none, either or both of frozen strings and frozen mpy
files (aka frozen bytecode).
2016-04-13 16:07:47 +01:00
..
printf.c lib/utils/printf: Rework overriding printer of DEBUG_printf(). 2016-04-13 11:53:12 +03:00
pyexec.c py: Add ability to have frozen persistent bytecode from .mpy files. 2016-04-13 16:07:47 +01:00
pyexec.h esp8266: Disallow recursive calls to REPL. 2016-04-01 12:53:50 +03:00