Commits
User selector
Commit History
Commits on Jul 8, 2016
unix/main: When preparing sys.path, allocate exact strings on uPy heap.
Show description for 520f356committed- committed
unix/main: Error out on unknown value of suffix in -X heapsize= option.
Show description for 0e5e14fcommitted
Commits on Jun 28, 2016
unix: Add basic thread support using pthreads.
Show description for a791be9committed
Commits on Apr 1, 2016
- authored andcommitted
Commits on Jan 29, 2016
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Show description for d3b1f0bcommitted
Commits on Jan 28, 2016
Commits on Jan 11, 2016
Commits on Jan 1, 2016
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Show description for 30b7344committed
Commits on Dec 27, 2015
Commits on Dec 22, 2015
Commits on Dec 17, 2015
Commits on Dec 7, 2015
unix/main: mp_verbose_flag available only if MICROPY_DEBUG_PRINTERS is true.
Show description for 3a309d9committed
Commits on Dec 4, 2015
unix/main: Check pending exception at the end of code block execution.
Show description for 5ae3ddccommitted
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Nov 22, 2015
Commits on Nov 21, 2015
unix: Use printf() implementation in terms of mp_printf().
Show description for c3280d8committedpy/emitglue: Host definition of mp_verbose_flag.
Show description for 295ea12committed
Commits on Nov 13, 2015
Commits on Nov 12, 2015
unix/main: Use builtin unichar_isdigit() in preference if libc's.
Show description for f882d53committed
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 20, 2015
Commits on Oct 11, 2015
unix: Add exit and paste-mode hints to shell startup banner.
Show description for 3aa7dd2committed- committed
repl: Add paste mode to friendly REPL, entered via CTRL-E.
Show description for 46a1102committed
Commits on Oct 1, 2015
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4acommitted
Commits on Sep 19, 2015
unix: Use MICROPY_HAL_H macro for header inclusion.
Show description for c0035d1authored andcommitted
Commits on Sep 12, 2015
Commits on Aug 22, 2015
Commits on Jun 4, 2015
unix: Allow to cat a script into stdin from the command line.
Show description for 031278fcommitted
Commits on May 29, 2015
unix: Allow to override default sys.path value.
Show description for 51726b4committed
Commits on May 27, 2015
unix: Add option to use uPy readline, and enable by default.
Show description for 9ae3fc6committed- committed