index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mkrules.mk
Age
Commit message (
Expand
)
Author
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