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