index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
Age
Commit message (
Expand
)
Author
2016-04-25
lib/utils/pyhelp: Extract implementation of help(obj) to a library function.
Colin Hogben
2016-04-19
lib/utils/pyexec: Condition-out GC calls from pyexec.
Colin Hogben
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
lib/utils/printf: Rework overriding printer of DEBUG_printf().
Paul Sokolovsky
2016-04-01
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2016-03-30
esp8266: Fix issue when current repl line was garbage-collected.
Paul Sokolovsky
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-12-12
lib/utils/printf: Add vsnprintf alias for Clang.
Paul Sokolovsky
2015-12-10
lib/utils/printf: Apply workaround for static linking with uclibc.
Paul Sokolovsky
2015-11-29
py: Change mp_print_strn_t func type to use size_t for the str length.
Damien George
2015-11-23
lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Fix issue with putchar define for some ports.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Add extra prototypes.
Paul Sokolovsky
2015-11-22
unix: Use printf() implementation in terms of mp_printf().
Paul Sokolovsky
2015-11-21
py/emitglue: Host definition of mp_verbose_flag.
Paul Sokolovsky
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-03
lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".
Damien George
2015-10-31
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky