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-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
2020-09-01
Merge pull request #3310 from dhalbert/ble_hci
Scott Shawcroft
2020-08-30
merge from upstream
Dan Halbert
2020-08-30
address review; use constructor for HCI Adapter
Dan Halbert
2020-08-30
builtinimport: Fix a crash with 'import ulab.linalg' on unix port only
Jeff Epler
2020-08-27
Merge remote-tracking branch 'adafruit/main' into native_wifi
Scott Shawcroft
2020-08-25
Merge pull request #3318 from jepler/interrupt-serial-rx
Jeff Epler
2020-08-25
Merge remote-tracking branch 'adafruit/main' into native_wifi
Scott Shawcroft
2020-08-25
mp_obj_print_helper: Handle a ctrl-c that comes in during printing
Jeff Epler
2020-08-21
Make socket reads interruptable
Scott Shawcroft
2020-08-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
2020-08-19
Add basic error handling
Scott Shawcroft
2020-08-19
Add espidf module.
Scott Shawcroft
2020-08-19
SSL works until it runs out of memory
Scott Shawcroft
2020-08-19
SocketPool stubbed out
Scott Shawcroft
2020-08-19
Ping work and start to add socketpool
Scott Shawcroft
2020-08-19
Fix ipaddress import and parse ipv4 strings
Scott Shawcroft
2020-08-19
Add ipaddress
Scott Shawcroft
2020-08-19
Scanning WIP. Need to sort out supervisor memory
Scott Shawcroft
2020-08-19
First crack at native wifi API
Scott Shawcroft
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-08-18
Merge pull request #3295 from tannewt/turn_off_terminalio
Scott Shawcroft
2020-08-18
Calculate the Huffman codebook without MP_QSTRs
Taku Fukada
2020-08-17
Turn off terminalio for ja and ko
Scott Shawcroft
2020-08-16
makeqstrdata: don't print "compression incrased length" messages
Jeff Epler
2020-08-12
Don't define SHARPDISPLAY when !DISPLAYIO
Jeff Epler
2020-08-12
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
Jeff Epler
2020-08-04
"pop from empty %q"
Jeff Epler
2020-08-04
py: mp_obj_get_type_qstr as macro saves 24 bytes
Jeff Epler
2020-08-04
Combine some "can't convert" messages
Jeff Epler
[prev]
[next]