summaryrefslogtreecommitdiff
path: root/lib/utils/pyexec.c
AgeCommit message (Expand)Author
2017-12-14Write version info to boot_out.txt.Dan Halbert
2017-09-06Ctrl-C was causing a soft-reset in REPL.Dan Halbert
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
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-02-15Fix the keyboard exception in REPL by ignoring forced exit results when in RE...Scott Shawcroft
2017-01-22lib/utils/pyexec: Only print help prompt if HELP feature is enabled.Damien George
2017-01-05Rename to CircuitPythonScott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-10-28lib/utils/pyexec: Return FORCED_EXIT from pyexec_file when its stopped by CTR...Scott Shawcroft
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-25atmel-samd: Support auto-reset based on USB write activity.Scott Shawcroft
2016-10-20Merge remote-tracking branch 'micropython/master'Tony DiCola
2016-10-17lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.Damien George
2016-10-14lib/utils: Clarify this is Adafruit's MicroPython derivative and help() isn't...Scott Shawcroft
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