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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mkenv.mk
Age
Commit message (
Expand
)
Author
2017-12-23
Add git version info to frozen modules.
Dan Halbert
2017-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-19
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
Damien George
2017-02-24
Make the build quieter by default.
Scott Shawcroft
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-04-21
py/mkenv.mk: Remove -s and -S args from PYTHON variable.
Damien George
2016-04-17
py/mkenv.mk: Optimize Python startup type during make process.
Paul Sokolovsky
2015-10-12
py: Allow to to build MicroPython as a static library.
Paul Sokolovsky
2015-08-29
py: Treat -m32 flag as part of CC, LD, etc.
Paul Sokolovsky
2014-06-07
py, 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 case
Marcus von Appen
2014-04-16
Have make remove targets if a recipie fails.
Dave Hylands
2014-04-07
Replace some Makefile commands with variables in py/mkenv.mk
Andrew Scheller
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands