summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2020-08-25pyexec: Handle a ctrl-c that comes in "very late"Jeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-10-21Refine _bleioScott Shawcroft
2019-08-27More size_t usageScott Shawcroft
2019-05-11lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.Damien George
2019-05-08Hide the traceback for the ReloadException.Scott Shawcroft
2019-02-20Set __file__ for the main source file (e.g. code.py, main.py)Craig Forbes
2019-02-15Support print("", flush=True)Scott Shawcroft
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-08-16Add i2cslave.I2CSlave bindingsNoralf Trønnes
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
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-02-13lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.Damien George
2018-01-31lib/utils/pyexec.h: Include py/obj.h because its decls are needed.Damien George
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