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
/
shared-module
Age
Commit message (
Expand
)
Author
2021-02-21
Avoid pulling in extra float-uint64 routines
Dan Halbert
2021-02-19
merge from upstream; re-alphabetize
Dan Halbert
2021-02-19
handle reads/writes larger than buffers; add .write_timeout
Dan Halbert
2021-02-18
requested changes
Jeff Epler
2021-02-18
bitops: rename from _bit_transpose, describe the algorithm
Jeff Epler
2021-02-18
bit_transpose: Support from 2 to 7 strands, not just 8
Jeff Epler
2021-02-18
core: add bit_transpose function
Jeff Epler
2021-02-17
add timeout; finish up for PR
Dan Halbert
2021-02-16
works! no timeouts
Dan Halbert
2021-02-15
wip: usb_cdc.serials
Dan Halbert
2021-02-15
Merge remote-tracking branch 'adafruit/main' into secondary-cdc
Dan Halbert
2021-02-12
wip
Dan Halbert
2021-02-11
Remove adafruit_bus_device.SPIDevice.spi
Dan Halbert
2021-02-02
Merge pull request #4114 from tannewt/spidevice_spi
Scott Shawcroft
2021-02-01
Add .spi accessor to SPIDevice
Scott Shawcroft
2021-02-01
Fixed for boards without longint
gamblor21
2021-01-26
rgbmatrix: Eliminate some duplicated height-calculating code
Jeff Epler
2021-01-26
RGBMatrix: Additional tile tweaks
Jeff Epler
2021-01-26
protmatter: Update to version that supports tiling
Jeff Epler
2021-01-25
Merge pull request #4051 from jamesbowman/main
Scott Shawcroft
2021-01-25
Merge pull request #3936 from gamblor21/busdevice_fixes
Scott Shawcroft
2021-01-22
Change from fixed-point integer arguments to floating point in EVE API functions
James Bowman
2021-01-20
Fix warnings that come from -O3 (I think)
Scott Shawcroft
2021-01-20
Add initial RP2040 support
Scott Shawcroft
2021-01-18
handle exttype & chunk long reads
Bernhard Boser
2021-01-16
Fixes from draft PR
gamblor21
2021-01-16
Changing to duck-typing
gamblor21
2021-01-12
Merge remote-tracking branch 'origin/main' into audioout-esp32
Jeff Epler
2021-01-05
Merge branch 'main' into msgpack
iot49
2021-01-05
Merge branch 'msgpack' of github.com:iot49/iotpython into msgpack
Bernhard Boser
2020-12-29
esp32s2: add I2SOut
Jeff Epler
2020-12-28
update common_hal_reset_pin()
microDev
2020-12-21
Merge pull request #3834 from jepler/pr3723
Scott Shawcroft
2020-12-19
speedup pack_bin, ext, str; catch short reads
Bernhard Boser
2020-12-18
adafruit_bus_device: Don't transmit STOP condition in write_then_readinto
Jeff Epler
2020-12-17
OnDiskBitmap: Correct handling of "0 color palette" images
Jeff Epler
2020-12-16
displayio: ColorConverter: fix logic errors about transparent pixels
Jeff Epler
2020-12-11
Merge branch 'main' into msgpack
Scott Shawcroft
2020-12-07
add ExtType, update doc, add a test
Bernhard Boser
2020-12-02
Merge pull request #3612 from gamblor21/bus_device
Scott Shawcroft
2020-12-02
Merge remote-tracking branch 'adafruit/main' into msgpack
Scott Shawcroft
2020-12-02
Merge pull request #3767 from dhalbert/sleep
Scott Shawcroft
2020-12-01
rename read, write to read_bytes, write_bytes
Bernhard Boser
2020-12-01
disable on boards tight on memory. add stddef.h to imports (not actually need...
Bernhard Boser
2020-12-01
fixed res may not be initialized in read_size
Bernhard Boser
2020-12-01
cleanup
Bernhard Boser
2020-12-01
output little endian; update example
Bernhard Boser
2020-12-01
removed blanks line at end of file
Bernhard Boser
2020-12-01
moved logic to shared-module and added documentation
Bernhard Boser
2020-12-01
Merge branch 'main' into bus_device
Mark
[next]