Commits
User selector
Commit History
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 andcommitted
Commits on Aug 21, 2017
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Show description for b16a755committed
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
Commits on Aug 6, 2017
py/mkrules.mk: Show frozen modules sizes together with executable size.
Show description for 4dc7c56committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 19, 2017
Commits on Jul 16, 2017
Fix problems that prevented use of internal frozen modules:
Show description for 0d2c1bfauthored andcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on May 26, 2017
py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.
Show description for 85f7b0bcommitted
Commits on May 11, 2017
py/mkrules.mk: Add dependency of .mpy files upon mpy-cross.
Show description for a1f2540committed
Commits on Mar 29, 2017
zephyr/Makefile: Rework to use modern, official build integration.
Show description for 29dd92ccommitted
Commits on Mar 15, 2017
py/mkrules.mk: Remove special check for "-B" in qstr auto generation.
Show description for 23a693ecommitted
Commits on Feb 24, 2017
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0committed
Commits on Jan 5, 2017
py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.
Show description for 343b418committed
Commits on Dec 9, 2016
py: Integrate Xtensa assembler into native emitter.
Show description for 8e5acedcommitted
Commits on Nov 19, 2016
Commits on Nov 15, 2016
- committed
py/mkrules.mk: Rework find command so it works on OSX.
Show description for 0400fa4authored andcommitted
Commits on Nov 8, 2016
py: Strip leading dirs from frozen mpy files, so any path can be used.
Show description for fcda6a2committedpy: Move frozen bytecode Makefile rules from ports to common mk files.
Show description for bdf33bccommitted
Commits on Sep 17, 2016
py: Move frozen modules rules from esp8266 port for reuse across ports.
Show description for f28efa1committed
Commits on Aug 29, 2016
py/mkrules.mk: Allow to override name of libmicropython.a
Show description for 1f61fe0committed
Commits on Aug 4, 2016
Commits on Jun 15, 2016
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Show description for f469c76committedpy/mkrules.mk: Define "lib" outside conditional block.
Show description for 230d5cdcommitted
Commits on Apr 26, 2016
Commits on Apr 22, 2016
Commits on Apr 19, 2016
py: Divide "split" and "cat" phases of qstr extraction for better efficiency.
Show description for 1b60a6dcommitted- committed
- committed
py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction.
Show description for 0dc85c9committedpy: Rework QSTR extraction to work in simple and obvious way.
Show description for c618f91committed