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-bindings
Age
Commit message (
Expand
)
Author
2019-05-15
Add index and remove to Group.
Scott Shawcroft
2019-05-14
Make Group iterable via a generic native iterator.
Scott Shawcroft
2019-05-14
Merge pull request #1883 from tannewt/fix_1881
Dan Halbert
2019-05-14
Remove native init check from stage.
Scott Shawcroft
2019-05-14
Update Palette.c
Matt Land
2019-05-13
Check native object in case of early access
Scott Shawcroft
2019-05-10
add documentation of transparency
Matt Land
2019-05-10
Add documentation for Palette shared binding
Matt Land
2019-05-10
reset wiznet at network deinitialize adafruit/circuitpython#1800
Nick Moore
2019-05-10
Stop DHCP when configuring IP address adafruit/circuitpython#1800
Nick Moore
2019-05-07
Update docs for wiznet5k adafruit/circuitpython#1800
Nick Moore
2019-05-07
Make wiznet5k RST pin optional adafruit/circuitpython#1800
Nick Moore
2019-05-02
Update docs to include new 'dhcp' constructor parameter
Nick Moore
2019-05-02
Add a kw-only argument "dhcp" to wiznet5k object
Nick Moore
2019-05-02
Fix socket.recv() buffer length from e23bad3a
Nick Moore
2019-04-18
add Display.__init__() args for brightness and auto_brightness
Dan Halbert
2019-04-18
Turn off auto_brightness if brightness is set
Dan Halbert
2019-04-17
Merge pull request #1807 from pewpew-game/stage-cast-native
Scott Shawcroft
2019-04-17
Allow use of displayio.Display subclasses in _stage
Radomir Dopieralski
2019-04-17
Merge pull request #1808 from pewpew-game/gamepad-doc
Dan Halbert
2019-04-17
Merge pull request #1778 from pewpew-game/gamepad-shift
Dan Halbert
2019-04-17
Update GamePad docs to include pull-downs
Radomir Dopieralski
2019-04-16
Include cleanup and style tweaks
Scott Shawcroft
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-04-16
Fix up single-byte access to nvm.ByteArray
Nick Moore
2019-04-15
Split GamePadShift from GamePad to save space on most boards.
Scott Shawcroft
2019-04-13
Merge branch 'master' into gamepad-shift
Radomir Dopieralski
2019-04-12
Add title to docs
Radomir Dopieralski
2019-04-12
Add GamePadShift to docs
Radomir Dopieralski
2019-04-12
Re-use an error message in _stage
Radomir Dopieralski
2019-04-12
Reorganize the gamepad code
Radomir Dopieralski
2019-04-12
Sync gampad_singleton with the long lived copy
Radomir Dopieralski
2019-04-12
More refactoring
Radomir Dopieralski
2019-04-12
Optimize the size of code for gamepad
Radomir Dopieralski
2019-04-12
Read one bit per system clock tick in GamePadShift
Radomir Dopieralski
2019-04-12
Add GamePadShift for handling shift-register-based buttons
Radomir Dopieralski
2019-04-12
Use displayio.Display directly
Radomir Dopieralski
2019-04-12
Enable displayio for uGame10 board
Radomir Dopieralski
2019-04-10
Merge remote-tracking branch 'adafruit/master' into pybadge_revd
Scott Shawcroft
2019-04-09
Fix version skew for bast_pro_mini build
Dan Halbert
2019-04-09
Tweak pybadge and fix display bugs
Scott Shawcroft
2019-04-09
Fix boards with no shared busses.
Scott Shawcroft
2019-04-08
Merge remote-tracking branch 'adafruit/master' into fix_cpx_display
Scott Shawcroft
2019-04-08
Merge pull request #1758 from pewpew-game/fourwire-frequency
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-06
Stop hard-coding SPI frequency in FourWire
Radomir Dopieralski
2019-04-06
Expose displayio.Display.bus
Radomir Dopieralski
2019-04-05
Fix crash when getting board.SPI outside the VM
Scott Shawcroft
2019-04-05
Always check TileGrid's x, y
Scott Shawcroft
2019-04-04
Added option to easily treat SPI parameter data as commands
Melissa LeBlanc-Williams
[next]