summaryrefslogtreecommitdiffstatshomepage
path: root/lib/utils/pyexec.h
Commit message (Expand)AuthorAge
* shared: Introduce new top-level dir and move 1st party lib code there.Damien George2021-07-12
* lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.Damien George2021-04-24
* lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.odewdney2020-02-04
* lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt2019-12-28
* lib/utils/pyexec: Add pyexec_file_if_exists() helper function.Damien George2019-04-26
* lib/utils: Expose pyb_set_repl_info function publicGlenn Ruben Bakke2018-07-18
* lib/utils/pyexec.h: Include py/obj.h because its decls are needed.Damien George2018-01-31
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.Damien George2016-10-17
* esp8266: Disallow recursive calls to REPL.Paul Sokolovsky2016-04-01
* lib/utils: Add pyexec_frozen_module to load and execute frozen module.Damien George2015-12-26
* lib/pyexec: Move header pyexec.h from stmhal directory.Damien George2015-11-09