summaryrefslogtreecommitdiff
path: root/lib/utils/pyexec.h
AgeCommit message (Expand)Author
2021-07-12shared: Introduce new top-level dir and move 1st party lib code there.Damien George
2021-04-24lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.Damien George
2020-02-04lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.odewdney
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-04-26lib/utils/pyexec: Add pyexec_file_if_exists() helper function.Damien George
2018-07-18lib/utils: Expose pyb_set_repl_info function publicGlenn Ruben Bakke
2018-01-31lib/utils/pyexec.h: Include py/obj.h because its decls are needed.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-17lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.Damien George
2016-04-01esp8266: Disallow recursive calls to REPL.Paul Sokolovsky
2015-12-26lib/utils: Add pyexec_frozen_module to load and execute frozen module.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George