summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2018-07-03Long-live code.py itself.Scott Shawcroft
2018-04-09Prevent a heap pointer from living on the stack longer than we need.Scott Shawcroft
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-10-24Merge commit 'f57be61' into nrf2_mergeScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-04ports/nrf: Upmerging port with upstream masterGlenn Ruben Bakke
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06Ctrl-C was causing a soft-reset in REPL.Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-08Merge remote-tracking branch 'upstream/master'Daniel Tralamazza
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-03Merge remote-tracking branch 'upstream/master' into nrf5_no_sdkGlenn Ruben Bakke
2017-06-02lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-05-08Merge remote-tracking branch 'upstream/master' into nrf5_no_sdkGlenn Ruben Bakke
2017-05-05lib/utils/pyexec: Update event-driven REPL to match non-event REPL.Tom Collins
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
2017-04-09Merge branch 'master' into nrf5_no_sdkGlenn Ruben Bakke
2017-03-20py: Add micropython.schedule() function and associated runtime code.Damien George
2017-03-16Merge branch 'master' into nrf5_no_sdkGlenn Ruben Bakke
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-03-07Merge branch 'master' into nrf5_no_sdkGlenn Ruben Bakke
2017-03-03lib/utils: Expose pyb_set_repl_info function publicGlenn Ruben Bakke
2017-02-27lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.Damien George
2017-02-19Switch enum-like attributes to all caps and add print support for them. Make ...Scott Shawcroft
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-22lib/utils: Remove old pyhelp helper, replaced with py/builtinhelp.c.Damien George
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-05Rename to CircuitPythonScott Shawcroft
2016-12-15lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.Damien George
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-11-22Add uheap for debugging the size of objects. Still not perfect though.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-21lib/utils/pyhelp.c: Use mp_printf() instead of printf()Erik Moqvist
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
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