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
2019-07-16
Address review comments.
Dan Halbert
2019-07-09
merge from master
Dan Halbert
2019-06-22
getting Scanner to work
Dan Halbert
2019-06-19
WIP: backup only; not compiled
Dan Halbert
2019-06-19
Update copyrights; get ready for Central
Dan Halbert
2019-06-18
Don't operate directly on bleio objects in shared-bindings: use common_hal
Dan Halbert
2019-06-18
Merge pull request #1952 from tannewt/fixup_tilegrid_dirty
Scott Shawcroft
2019-06-17
Handle None for BLE name; fix ScanEntry bug; compile issue
Dan Halbert
2019-06-17
Add baudrate to FourWire and shorten delay.
Scott Shawcroft
2019-06-17
Use width for x. Thanks @deshipu
Scott Shawcroft
2019-06-17
Fix TileGrid's dirty tracking when changing top left
Scott Shawcroft
2019-06-13
merge from upstream; WIP redo Address; no more AddressType
Dan Halbert
2019-06-13
Minor tweaks based on Dan's feedback
Scott Shawcroft
2019-06-12
Refactor deinit check to reduce code size.
Scott Shawcroft
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-06-11
Merge latest 4.0.x fixes into master
Dan Halbert
2019-06-06
Include display objects in gc.
Dan Halbert
2019-06-04
[shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32...
Carlos
2019-06-03
Replace Broadcaster with enhanced Peripheral
Dan Halbert
2019-05-31
Fix off-by-one error
Scott Shawcroft
2019-05-22
Make point 2 in areas exclusive and simplify full_coverage.
Scott Shawcroft
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-05-15
Remove old comment
Scott Shawcroft
2019-05-15
Add index and remove to Group.
Scott Shawcroft
2019-05-10
Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socket
Scott Shawcroft
2019-05-10
randomize tcp source port for adafruit/circuitpython#1800
Nick Moore
2019-05-10
reset wiznet at network deinitialize adafruit/circuitpython#1800
Nick Moore
2019-05-09
Handle -scale to 0 correctly in Group
Scott Shawcroft
2019-05-07
Make wiznet5k RST pin optional adafruit/circuitpython#1800
Nick Moore
2019-05-07
Clean up list of NICs on network deinit adafruit/circuitpython#1800
Nick Moore
2019-05-02
Add a kw-only argument "dhcp" to wiznet5k object
Nick Moore
2019-05-02
assign variable socket number to DHCP
Nick Moore
2019-05-02
Avoid socket #0 used by DHCP
Nick Moore
2019-04-18
Merge pull request #1815 from dhalbert/stop-flicker
Scott Shawcroft
2019-04-18
add Display.__init__() args for brightness and auto_brightness
Dan Halbert
2019-04-17
Fix off by one error in OnDiskBitmap
Scott Shawcroft
2019-04-16
Simplify type check in tick and init last
Scott Shawcroft
2019-04-16
Include cleanup and style tweaks
Scott Shawcroft
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
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
Reorganize the gamepad code
Radomir Dopieralski
2019-04-12
More refactoring
Radomir Dopieralski
2019-04-12
Optimize the size of code for gamepad
Radomir Dopieralski
2019-04-12
Add debouncing to GamePadShift
Radomir Dopieralski
2019-04-12
Go back to simple bit-banging in GamePadShift, fix problems
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-09
Fix boards with no shared busses.
Scott Shawcroft
[next]