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
/
mkrules.mk
Age
Commit message (
Expand
)
Author
2020-10-11
build: Make genlast write the "split" files
Jeff Epler
2020-10-11
build: parallelize the creation of qstr.i.last
Jeff Epler
2020-06-25
hci early wip; refactor supervisor bluetooth.c for nrf: tested
Dan Halbert
2020-04-14
Make stripping circuitpython optional, not the default
Jeff Epler
2019-04-05
Update mkrules.mk
Damiano Mazzella
2018-10-17
Add debug info to the generated frozen_mpy.c
Scott Shawcroft
2018-08-09
Rework escaping and fix ESP build.
Scott Shawcroft
2018-08-09
Update filter and handle nested quotes
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Rename to SRC_QSTR_PREPROCESSOR for clarity.
Scott Shawcroft
2018-08-02
Speed up QSTR creation by pre-filtering files before pre-processing.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
py/mkrules.mk: Regenerate all qstrs when config files change.
Damien George
2018-04-12
fix for spaces in path
ladyada
2018-04-10
py: Refactor how native emitter code is compiled with a file per arch.
Damien George
2018-02-22
py: Use "GEN" consistently for describing files generated in the build.
Damien George
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-12-10
py/mkrules.mk: Add "clean-frozen" target to clean frozen script/modules dir.
Paul Sokolovsky
2017-11-16
non-DMA SPI working; adding this now for testing; will continue with DMA
Dan Halbert
2017-11-15
py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools.
Christopher Arndt
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-31
Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."
Damien George
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-10-04
py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.
chrismas9
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-08-21
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Damien George
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-10
py: Remove mpy-cross depend when making frozen mpy's because we don't know th...
Scott Shawcroft
2017-08-06
py/mkrules.mk: Show frozen modules sizes together with executable size.
Paul Sokolovsky
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-05-26
py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.
Damien George
2017-05-11
py/mkrules.mk: Add dependency of .mpy files upon mpy-cross.
Damien George
2017-03-30
zephyr/Makefile: Rework to use modern, official build integration.
Paul Sokolovsky
2017-03-15
py/mkrules.mk: Remove special check for "-B" in qstr auto generation.
Damien George
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
[next]