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
/
py.mk
Age
Commit message (
Expand
)
Author
2020-12-14
-Os for SAMD51; fix CSUPEROPT typo
Dan Halbert
2020-11-23
Merge pull request #3694 from jepler/update-ulab2
Scott Shawcroft
2020-11-23
ulab: Update to release tag 1.1.0
Jeff Epler
2020-11-19
py.mk: allow translation to be overriden in GNUmakefile
Jeff Epler
2020-09-21
py: Add enum helper code
Jeff Epler
2020-08-02
wip: compiles
Dan Halbert
2020-07-28
Upgrade ulab
Jeff Epler
2020-07-23
wip: ATT protocol
Dan Halbert
2020-07-22
py/py.mk: Use additional CFLAGS to compile string0.c.
Damien George
2020-06-01
py.mk: Assume we want all C source files in ulab
Jeff Epler
2020-06-01
py.mk: Assume we want all C files from ulab
Jeff Epler
2020-04-29
Merge remote-tracking branch 'adafruit/master' into ringbuf-fixes
Dan Halbert
2020-04-26
ulab: actually update the submodule
Jeff Epler
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-04-14
py.mk: update warning flags needed for ulab
Jeff Epler
2020-03-17
ulab: include new 'extras' source file
Jeff Epler
2020-03-17
ulab: rename enable macro so it appears in the support matrix
Jeff Epler
2020-02-27
Update ulab from upstream again
Jeff Epler
2020-02-27
ulab: Incorporate it
Jeff Epler
2020-01-11
Make all `PYTHON` env vars into `PYTHON3`
Steve Theodore
2019-12-16
py.mk: Fix race condition building .mo files
Jeff Epler
2019-12-10
merge from upstream
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-06-12
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
Dan Halbert
2019-06-12
Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...
Dan Halbert
2019-04-05
Update py.mk
Damiano Mazzella
2019-01-14
Don't build machine class we don't use.
Scott Shawcroft
2018-11-30
Add support for adding release info into adafruit/circuitpython-org
Scott Shawcroft
2018-11-09
Build refinement to handle warnings and quiet output
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-09
Rework escaping and fix ESP build.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Rename to SRC_QSTR_PREPROCESSOR for clarity.
Scott Shawcroft
2018-08-02
Handle emitnative.c which is #included into other .c files.
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-06-06
extmod: Add VfsPosix filesystem component.
Damien George
2018-05-14
move reload exception to reload.c
Roy Hooper
2018-04-10
py: Refactor how native emitter code is compiled with a file per arch.
Damien George
2018-02-23
extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.
Damien George
2018-02-22
py/py.mk: Remove .. path component from list of extmod files.
Damien George
2018-02-22
py/py.mk: Split list of uPy sources into core and extmod files.
Damien George
2018-02-21
py/objdeque: Implement ucollections.deque type with fixed size.
Paul Sokolovsky
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
2017-12-28
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Damien George
2017-12-26
Revert "py/nlr: Factor out common NLR code to generic functions."
Paul Sokolovsky
2017-12-20
py/nlr: Factor out common NLR code to generic functions.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
[next]