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-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
2020-11-28
Fix align32_size().
Christian Walther
2020-11-28
Use movable allocation system for RGBMatrix allocations.
Christian Walther
2020-11-28
Use movable allocation system for Sharp display framebuffer.
Christian Walther
2020-11-28
Add movable allocation system.
Christian Walther
2020-11-27
merge from upstream
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-24
Fix opcode typo in VertexFormat()
James Bowman
2020-11-23
Merge pull request #3718 from jepler/epd-rotation
Scott Shawcroft
2020-11-18
Fix Palette grayscale for EInk.
Scott Shawcroft
2020-11-18
EPaperDisplay: add rotation property
Jeff Epler
2020-11-13
Add .busy property to EPaperDisplay
Scott Shawcroft
2020-11-13
Add board.DISPLAY to MagTag. Fix luma computation
Scott Shawcroft
2020-11-11
Add abort check in I2C lock
gamblor21
[next]