aboutsummaryrefslogtreecommitdiff
path: root/py/mkrules.mk
AgeCommit message (Expand)Author
2017-11-16non-DMA SPI working; adding this now for testing; will continue with DMADan Halbert
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-31Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."Damien George
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
2017-10-04py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.chrismas9
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-23Added ability to freeze multiple directories; freeze neopixel library in cpx ...Dan Halbert
2017-08-21py/mkrules.mk: Use "find -path" when searching for frozen obj files.Damien George
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-10py: Remove mpy-cross depend when making frozen mpy's because we don't know th...Scott Shawcroft
2017-08-06py/mkrules.mk: Show frozen modules sizes together with executable size.Paul Sokolovsky
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-16Fix problems that prevented use of internal frozen modules:Dan Halbert
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-05-26py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.Damien George
2017-05-11py/mkrules.mk: Add dependency of .mpy files upon mpy-cross.Damien George
2017-03-30zephyr/Makefile: Rework to use modern, official build integration.Paul Sokolovsky
2017-03-15py/mkrules.mk: Remove special check for "-B" in qstr auto generation.Damien George
2017-02-24Make the build quieter by default.Scott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-05py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.Damien George
2016-12-09py: Integrate Xtensa assembler into native emitter.Damien George
2016-11-18py: Change frozen build to not use -printf which isn't available on Mac OSX.Scott Shawcroft
2016-11-15py/*.mk: Replace uses of 'sed' with $(SED).Damien George
2016-11-15py/mkrules.mk: Rework find command so it works on OSX.Dave Hylands
2016-11-08py: Strip leading dirs from frozen mpy files, so any path can be used.Damien George
2016-11-08py: Move frozen bytecode Makefile rules from ports to common mk files.Damien George
2016-09-17py: Move frozen modules rules from esp8266 port for reuse across ports.Paul Sokolovsky
2016-08-30py/mkrules.mk: Allow to override name of libmicropython.aPaul Sokolovsky
2016-08-04py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.Paul Sokolovsky
2016-06-16py: Rename __QSTR_EXTRACT flag to NO_QSTR.Paul Sokolovsky
2016-06-16py/mkrules.mk: Define "lib" outside conditional block.Paul Sokolovsky
2016-04-26py/mkrules.mk: Typo fixes in comments.Paul Sokolovsky
2016-04-22py/mkrules.mk: Remove obsolete rules for auto qstr generation.Damien George
2016-04-19py: Divide "split" and "cat" phases of qstr extraction for better efficiency.Paul Sokolovsky
2016-04-19py/mkrules.mk: Fix Bashism.Paul Sokolovsky
2016-04-19py/mkrules.mk: Cleanup command passed to shell.Paul Sokolovsky
2016-04-19py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction.Paul Sokolovsky
2016-04-19py: Rework QSTR extraction to work in simple and obvious way.Paul Sokolovsky
2016-04-16py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.Jan Čapek
2016-04-16py/mkrules.mk: Add mpconfig[port].h dependency to qstr generating rule.Jan Čapek
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2015-12-10py/mkrules.mk: Don't pass COPT to linker.Paul Sokolovsky
2015-10-24Makefiles: Remove duplicate object files when linking.Paul Sokolovsky
2015-10-12py: Allow to to build MicroPython as a static library.Paul Sokolovsky
2015-08-17unix-cpy: Remove unix-cpy. It's no longer needed.Damien George
2015-05-06mkrules.mk: Add comment why dependency parsing regex was tweaked.Paul Sokolovsky