Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Feb 12, 2020
Track first free atb for multiple block sizes.
Show description for 36e6cc8committed
Commits on Apr 8, 2019
Commits on Jul 14, 2018
Commits on Jul 11, 2018
Commits on Jun 12, 2018
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Show description for 0359064committed
Commits on May 14, 2018
Commits on May 13, 2018
py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.
Show description for 749b161committed
Commits on Apr 4, 2018
py: Don't include mp_optimise_value or opt_level() if compiler disabled.
Show description for 3f420c0committed
Commits on Feb 26, 2018
Commits on Feb 19, 2018
py/gc: Make GC stack pointer a local variable.
Show description for 736faefauthored andcommitted
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 11, 2017
- committed
py: Introduce a Python stack for scoped allocation.
Show description for 02d830ccommitted
Commits on Nov 2, 2017
Merge tag 'v1.9.3'
Show description for 7b393bccommitted
Commits on Oct 13, 2017
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Show description for 37282f8committed
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 Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 23, 2017
Measure and report maximum stack usage. (#175)
Show description for f91493cauthored 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 Apr 10, 2017
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
Show description for ee86de1committed
Commits on Mar 24, 2017
py: Remove MP_STATE_CTX, use MP_STATE_THREAD instead (it's an alias).
Show description for 64a4f11committed
Commits on Mar 20, 2017
Commits on Mar 6, 2017
py: Move locals/globals dicts to the thread-specific state.
Show description for 05fe66fcommitted
Commits on Jan 30, 2017
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Show description for 1808b2ecommitted
Commits on Jan 27, 2017
extmod/vfs: Expose mp_vfs_mount_t type.
Show description for 3f6b4e0committedextmod: Add generic VFS sub-system.
Show description for dcb9ea7committed
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0committed
Commits on Dec 15, 2016
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Show description for 7f1da0acommitted
Commits on Nov 21, 2016
Commits on Jul 20, 2016
py/gc: Implement GC running by allocation threshold.
Show description for 93e353ecommitted
Commits on Jul 4, 2016
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Show description for 426112ccommitted
Commits on Jun 28, 2016
py: Implement a simple global interpreter lock.
Show description for 4cec63acommitted- committed