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-11-16
Prevent exceptions from accumulating in REPL
root
2020-11-13
Save flash space
Scott Shawcroft
2020-11-01
add binascii to most builds
Dan Halbert
2020-10-20
Fix missing `nproc` on macOS.
Christian Walther
2020-10-15
enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fit
Dan Halbert
2020-10-14
Merge pull request #3554 from gamblor21/move_ordereddict
Dan Halbert
2020-10-14
Remove ordered dict from SAMD21
gamblor21
2020-10-14
Removed MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT from unix coverage
gamblor21
2020-10-13
Moved ORDEREDDICT define to central location
gamblor21
2020-10-12
Merge pull request #3538 from jepler/parallel-qstrlast
Scott Shawcroft
2020-10-12
Merge pull request #3537 from jepler/update-protomatter-2
Scott Shawcroft
2020-10-12
Merge pull request #3539 from jepler/lto-type-mismatch
Scott Shawcroft
2020-10-11
remove unnecessary board configuration and address feedback
Kenny
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-10-11
remove warning that seems unneeded now
Jeff Epler
2020-10-10
update async tests with less upython workaround and more cpython compatibility
Kenny
2020-10-10
i do not know if this is needed but this is not the vm i use anymore
Kenny
2020-10-10
async def syntax rigor and __await__ magic method
Kenny
2020-10-10
fix missing cflag defeating the board gating
warriorofwire
2020-10-10
Add async/await syntax to FULL_BUILD
warriorofwire
2020-10-10
rgbmatrix: update protomatter to 1.0.5 tag
Jeff Epler
2020-09-28
canio: RemoteTransmissionRequest: Split implementation, keep one structure
Jeff Epler
2020-09-23
Merge pull request #3456 from jepler/qstr-and-or-demagic
Scott Shawcroft
2020-09-22
makeqstrdefs: don't make _and_, _or_ poisoned substrings for QSTRs
Jeff Epler
2020-09-21
canio: rename from _canio
Jeff Epler
2020-09-21
_canio: Minimal implementation for SAM E5x MCUs
Jeff Epler
2020-09-21
py: Add enum helper code
Jeff Epler
2020-09-21
makeqstrdata: Work around python3.6 compatibility problem
Jeff Epler
2020-09-19
makeqstrdata: Work with older Python
Jeff Epler
2020-09-16
Merge pull request #3398 from jepler/better-dictionary-compression
Scott Shawcroft
2020-09-16
makeqstrdata: comment my understanding of @ciscorn's code
Jeff Epler
2020-09-14
camera: Change API
Kamil Tomaszewski
2020-09-14
camera: Implement new library for camera
Kamil Tomaszewski
2020-09-13
move implicit-fallthrough warning enable to defns.mk
Jeff Epler
2020-09-14
Small improvements to the dictionary compression
Taku Fukada
2020-09-12
makeqstrdata: Avoid encoding problems
Jeff Epler
2020-09-12
Add FALLTHROUGH comments as needed
Jeff Epler
2020-09-12
modstruct: Improve compliance with python3
Jeff Epler
2020-09-12
compression: Implement ciscorn's dictionary approach
Jeff Epler
2020-09-10
Merge pull request #3370 from jepler/compression-bigrams
Scott Shawcroft
2020-09-10
Merge pull request #3326 from tannewt/native_wifi
Scott Shawcroft
2020-09-08
translations: Make decompression clearer
Jeff Epler
2020-09-06
circuitpy_mpconfig: enable 3-arg pow() with CIRCUITPY_FULL_BUILD
Jeff Epler
2020-09-06
core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabled
Jeff Epler
2020-09-03
Merge remote-tracking branch 'adafruit/main' into native_wifi
Scott Shawcroft
2020-09-03
Changes based on Dan's feedback
Scott Shawcroft
2020-09-02
Rename functions to encode_ngrams / decode_ngrams
Jeff Epler
2020-09-02
makeqstrdata: correct range of low code points to 0x80..0x9f inclusive
Jeff Epler
2020-09-01
add bigram compression to makeqstrdata
Jeff Epler
[next]