index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mkrules.mk
Age
Commit message (
Expand
)
Author
2017-02-24
Make the build quieter by default.
Scott Shawcroft
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-05
py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-11-18
py: Change frozen build to not use -printf which isn't available on Mac OSX.
Scott Shawcroft
2016-11-15
py/*.mk: Replace uses of 'sed' with $(SED).
Damien George
2016-11-15
py/mkrules.mk: Rework find command so it works on OSX.
Dave Hylands
2016-11-08
py: Strip leading dirs from frozen mpy files, so any path can be used.
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-09-17
py: Move frozen modules rules from esp8266 port for reuse across ports.
Paul Sokolovsky
2016-08-30
py/mkrules.mk: Allow to override name of libmicropython.a
Paul Sokolovsky
2016-08-04
py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.
Paul Sokolovsky
2016-06-16
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Paul Sokolovsky
2016-06-16
py/mkrules.mk: Define "lib" outside conditional block.
Paul Sokolovsky
2016-04-26
py/mkrules.mk: Typo fixes in comments.
Paul Sokolovsky
2016-04-22
py/mkrules.mk: Remove obsolete rules for auto qstr generation.
Damien George
2016-04-19
py: Divide "split" and "cat" phases of qstr extraction for better efficiency.
Paul Sokolovsky
2016-04-19
py/mkrules.mk: Fix Bashism.
Paul Sokolovsky
2016-04-19
py/mkrules.mk: Cleanup command passed to shell.
Paul Sokolovsky
2016-04-19
py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction.
Paul Sokolovsky
2016-04-19
py: Rework QSTR extraction to work in simple and obvious way.
Paul Sokolovsky
2016-04-16
py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.
Jan Čapek
2016-04-16
py/mkrules.mk: Add mpconfig[port].h dependency to qstr generating rule.
Jan Čapek
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2015-12-10
py/mkrules.mk: Don't pass COPT to linker.
Paul Sokolovsky
2015-10-24
Makefiles: Remove duplicate object files when linking.
Paul Sokolovsky
2015-10-12
py: Allow to to build MicroPython as a static library.
Paul Sokolovsky
2015-08-17
unix-cpy: Remove unix-cpy. It's no longer needed.
Damien George
2015-05-06
mkrules.mk: Add comment why dependency parsing regex was tweaked.
Paul Sokolovsky
2015-05-06
Adjust sed regex that processes dependency file from compiler
Ari Suutari
2015-04-28
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Damien George
2014-11-06
py: Fix order-only dependencies in mkrules.mk and py.mk.
Sven Wegener
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-20
mkrules.mk: Pass $(COPT) to link stage.
Paul Sokolovsky
2014-06-20
makefile: Pass STRIPFLAGS_EXTRA to strip.
Paul Sokolovsky
2014-06-15
Updated teensy to build.
Dave Hylands
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-15
Fix parallel build.
AZ Huang
2014-04-11
Update mkrules.mk
Andrew Scheller
2014-04-07
Replace some Makefile commands with variables in py/mkenv.mk
Andrew Scheller
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands
2014-01-25
Fixed dependency problem for qstrdefs.generated.h
Dave Hylands
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands