index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
pyexec.h
Age
Commit message (
Expand
)
Author
2021-07-12
shared: Introduce new top-level dir and move 1st party lib code there.
Damien George
2021-04-24
lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.
Damien George
2020-02-04
lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.
odewdney
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-04-26
lib/utils/pyexec: Add pyexec_file_if_exists() helper function.
Damien George
2018-07-18
lib/utils: Expose pyb_set_repl_info function public
Glenn Ruben Bakke
2018-01-31
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-17
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Damien George
2016-04-01
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George