summaryrefslogtreecommitdiff
path: root/py/mkenv.mk
AgeCommit message (Expand)Author
2020-12-10Invoke scripts withDan Halbert
2020-10-20Fix missing `nproc` on macOS.Christian Walther
2018-10-18Use python3 for mpy-toolScott Shawcroft
2018-08-09Rework escaping and fix ESP build.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-11-15py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools.Christopher Arndt
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-04py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.chrismas9
2017-08-23Added ability to freeze multiple directories; freeze neopixel library in cpx ...Dan Halbert
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-05-29various: Spelling fixesVille Skyttä
2017-05-19py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.Damien George
2017-02-24Make the build quieter by default.Scott Shawcroft
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-04-21py/mkenv.mk: Remove -s and -S args from PYTHON variable.Damien George
2016-04-17py/mkenv.mk: Optimize Python startup type during make process.Paul Sokolovsky
2015-10-12py: Allow to to build MicroPython as a static library.Paul Sokolovsky
2015-08-29py: Treat -m32 flag as part of CC, LD, etc.Paul Sokolovsky
2014-06-07py, mk: Revert change where build variables set with ?=.Damien George
2014-06-07- Let the build environment decide about the toolchain to be used, in caseMarcus von Appen
2014-04-16Have make remove targets if a recipie fails.Dave Hylands
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands