Commits
User selector
Commit History
Commits on Sep 6, 2017
Ctrl-C was causing a soft-reset in REPL.
Show description for acbca44authored andcommitted
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Show description for 4f9858ecommitted
Commits on Jun 2, 2017
lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.
Show description for ab954edcommitted
Commits on May 29, 2017
- committed
Commits on May 5, 2017
lib/utils/pyexec: Update event-driven REPL to match non-event REPL.
Show description for 288ea06authored andcommitted
Commits on Apr 20, 2017
Switch to a shared piece of code to compute start and length of a
Show description for 939c004committed
Commits on Mar 20, 2017
Commits on Mar 14, 2017
- committed
lib/utils/pyexec: Refactor to put lexer constructors all in one place.
Show description for 56b2383committed
Commits on Feb 27, 2017
Commits on Jan 22, 2017
- committed
lib/utils: Remove old pyhelp helper, replaced with py/builtinhelp.c.
Show description for 8958071committed
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0committed
Commits on Jan 5, 2017
- committed
Commits on Dec 15, 2016
lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.
Show description for d89cafdcommitted
Commits on Dec 10, 2016
atmel-samd: Add APA102 support and flash more advanced status.
Show description for b6f1eebcommitted
Commits on Nov 23, 2016
Commits on Nov 14, 2016
Merge tag 'v1.8.6'
Show description for bd36873committed
Commits on Oct 29, 2016
Commits on Oct 26, 2016
zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.
Show description for 3cdccb9committedlib/utils/pyexec: Fix compilation warning of type vs format mismatch.
Show description for 6832cbdcommittedlib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype.
Show description for c38ea32authored andcommitted
atmel-samd: Support auto-reset based on USB write activity.
Show description for d189a3fcommitted
Commits on Oct 21, 2016
lib/utils/pyhelp.c: Use mp_printf() instead of printf()
Show description for f64e806authored andcommittedpy: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1fcommitted
Commits on Oct 20, 2016
Merge remote-tracking branch 'micropython/master'
Show description for 00a44facommitted
Commits on Oct 17, 2016
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Show description for ad3724ecommitted