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.c
Commit message (
Expand
)
Author
Age
*
shared: Introduce new top-level dir and move 1st party lib code there.
Damien George
2021-07-12
*
py/gc: Make gc_lock_depth have a count per thread.
Damien George
2021-05-10
*
lib/utils/pyexec: Remove obsolete LCD initialization.
stijn
2021-01-30
*
lib/utils/pyexec: Add stdin-reader on raw REPL with flow control.
Damien George
2020-11-30
*
lib/utils/pyexec: Add MICROPY_BOARD hooks before/after executing code.
Damien George
2020-11-11
*
lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled.
Damien George
2020-06-02
*
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.
Damien George
2020-02-07
*
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-28
*
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-28
*
lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist.
Andrew Leech
2019-05-01
*
lib/utils/pyexec: Add pyexec_file_if_exists() helper function.
Damien George
2019-04-26
*
all: Change PYB message prefix to MPY.
Mike Causer
2019-02-12
*
lib/utils/pyexec: Implement paste mode with event driven REPL.
Damien George
2019-01-28
*
lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
Damien George
2018-10-13
*
lib/utils: Fix to support compiling with object representation D.
Damien George
2018-07-08
*
lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.
Damien George
2018-02-13
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
lib/utils/pyexec: Update event-driven REPL to match non-event REPL.
Tom Collins
2017-05-05
*
lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.
Damien George
2017-03-14
*
lib/utils/pyexec: Refactor to put lexer constructors all in one place.
Damien George
2017-03-14
*
lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.
Damien George
2017-02-27
*
lib/utils/pyexec: Only print help prompt if HELP feature is enabled.
Damien George
2017-01-22
*
zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.
Paul Sokolovsky
2016-10-26
*
lib/utils/pyexec: Fix compilation warning of type vs format mismatch.
Paul Sokolovsky
2016-10-26
*
lib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype.
Vincenzo Frascino
2016-10-26
*
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Damien George
2016-10-17
*
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Damien George
2016-10-14
*
lib/utils/pyexec: Don't treat SystemExit as "forced exit".
Paul Sokolovsky
2016-10-12
*
lib/utils/pyexec: qstr_pool_info() requires size_t* parameters.
Paul Sokolovsky
2016-08-30
*
lib/utils/pyexec: Use full path to readline.h header, per latest conventions.
Paul Sokolovsky
2016-07-21
*
lib/utils/pyexec: Condition-out GC calls from pyexec.
Colin Hogben
2016-04-19
*
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
*
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2016-04-01
*
esp8266: Fix issue when current repl line was garbage-collected.
Paul Sokolovsky
2016-03-30
*
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
*
lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".
Damien George
2015-11-03
*
stmhal: pyexec.c is common module, move to lib/utils/ .
Paul Sokolovsky
2015-10-31