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