Commits
User selector
Commit History
Commits on Dec 24, 2017
Commits on Dec 20, 2017
- authored andcommitted
Commits on Dec 14, 2017
- authored andcommitted
Commits on Oct 8, 2017
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Show description for ef65ee7authored andcommitted
Commits on Sep 6, 2017
py: Only load frozen modules when the filename has the prefix. (#235)
Show description for 6baacf4authored andcommitted
Commits on Sep 1, 2017
Fix issue #207, esp8266 file operations problems (#222)
Show description for a0d0b27authored
Commits on Aug 31, 2017
py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)
Show description for 4d0dc4bauthored andcommitted
Commits on Aug 27, 2017
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 23, 2017
Added ability to freeze multiple directories; freeze neopixel library in cpx build (#199)
Show description for 74cfdebauthored andcommittedpy/asmthumb: Use existing macro to properly clear the D-cache.
Show description for f9ecaa1committed
Commits on Aug 21, 2017
- committed
- committed
- committed
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Show description for b16a755committed
Commits on Aug 20, 2017
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Show description for e3383e9committedpy/objstringio: Fix regression with handling SEEK_SET.
Show description for 0cd9ab7committedpy/objstringio: Prevent offset wraparound for io.BytesIO objects.
Show description for 168350cauthored andcommitted
Commits on Aug 17, 2017
py/binary: Change internal bytearray typecode from 0 to 1.
Show description for 025e5f2committed
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommittedpy/binary.c: Fix bug when packing big-endian 'Q' values.
Show description for a14ce77authored andcommitted
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
Commits on Aug 11, 2017
py/modsys: Initial implementation of sys.getsizeof().
Show description for bfc2092committedall: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed
Commits on Aug 10, 2017
py: Pretend frozen files are stored under .frozen rather than the empty path.
Show description for f6a7025committed- committed
Commits on Aug 9, 2017
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Show description for 3d25d9ccommitted- committed
Commits on Aug 7, 2017
esp8266: Introduce `multiterminal` module for managing a secondary
Show description for 6ace744committed
Commits on Aug 6, 2017
py/mkrules.mk: Show frozen modules sizes together with executable size.
Show description for 4dc7c56committedAllow max stack checking to be used with -flto build by determining top
Show description for 5d509ecauthored andcommitted
Commits on Aug 2, 2017
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Show description for 0f12082committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted- committed