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
Age
Commit message (
Expand
)
Author
2020-05-06
aesio: add basic AES encryption and decryption
Sean Cross
2020-05-04
make translate again
Dan Halbert
2020-04-29
change many ifndefs to ?=
Dan Halbert
2020-04-29
Merge remote-tracking branch 'adafruit/master' into ringbuf-fixes
Dan Halbert
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-27
Merge pull request #2811 from jepler/update-ulab
Scott Shawcroft
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-26
ulab: actually update the submodule
Jeff Epler
2020-04-23
Minor redundancy fix
Lucian Copeland
2020-04-23
Merge remote-tracking branch 'upstream/master' into stm32-docfix
Lucian Copeland
2020-04-23
implement requested changes
Lucian Copeland
2020-04-22
Remove old build flags, add fixes for shared_matrix
Lucian Copeland
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
merge from adafruit
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-14
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-14
Make stripping circuitpython optional, not the default
Jeff Epler
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-14
py.mk: update warning flags needed for ulab
Jeff Epler
2020-04-02
Clean up
Scott Shawcroft
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-20
runtime: Improve error message when setting read-only property
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-03-17
objslice: take mp_obj_slice_indices from micropython
Jeff Epler
2020-03-13
Initial work on SAMD
Scott Shawcroft
2020-03-10
Merge pull request #2690 from jepler/topic-pep-498-fstrings
Scott Shawcroft
2020-03-09
circuitpy_mpconfig.mk: Enable ULAB for "full builds"
Jeff Epler
2020-03-09
f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILD
Jeff Epler
2020-03-09
lexer: catch concatenation of f'' and '' strings
Jeff Epler
2020-03-09
Address dpgeorge feedback - largely simplifications
Josh Klar
2020-03-09
py: Implement partial PEP-498 (f-string) support
Josh Klar
2020-03-05
Merge pull request #2657 from tannewt/builtin_package
Jeff Epler
2020-03-03
Merge remote-tracking branch 'origin/master' into ulab
Jeff Epler
2020-03-03
Remove debug extern
Scott Shawcroft
2020-03-01
compile: Give a proper error on 'async with'/'async for' outside 'async def'
Jeff Epler
2020-03-01
parse: push_result_token: throw an exception on too-long names
Jeff Epler
2020-02-27
Update ulab from upstream again
Jeff Epler
2020-02-27
ulab: Incorporate it
Jeff Epler
2020-02-26
Validate builtin member is a module
Scott Shawcroft
2020-02-25
Support importing native modules in native packages.
Scott Shawcroft
2020-02-20
Enable _bleio adapter when _bleio is imported
Dan Halbert
2020-02-20
Disable BLE file service for now
Scott Shawcroft
2020-02-14
Implement to_bytes(..., signed=True)
Dan Halbert
2020-02-13
Merge pull request #2581 from jamesbowman/master
Scott Shawcroft
2020-02-11
Track first free atb for multiple block sizes.
Scott Shawcroft
[next]