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
2018-11-09
Fix output overflow and make help translatable
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-11-07
bring bleio PR up to date
Dan Halbert
2018-11-05
in doc string as well
caternuson
2018-11-05
change channels to channel_count
caternuson
2018-10-31
add channels and bits_per_sample to audioio.WaveFile
caternuson
2018-10-25
Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...
Nick Moore
2018-10-25
Add "dhcp" property to turn DHCP on and off
Nick Moore
2018-10-21
shared-bindings/time: introduce time.monotonic_ns
Jeff Epler
2018-10-21
bleio: Fix errors after rebase
arturo182
2018-10-21
bleio: Fix docs error
arturo182
2018-10-21
bleio: Allow using len() on UUID
arturo182
2018-10-21
bleio: Remove UUID static variables
arturo182
2018-10-21
bleio: Don't register the services until needed
arturo182
2018-10-21
bleio: Let Characteristic inherit the Services UUID length
arturo182
2018-10-21
bleio: Add scan_entry as an param for the Device constructor
arturo182
2018-10-21
bleio: Remove unneeded TODO
arturo182
2018-10-21
bleio: Remove deep copy constructor for UUID
arturo182
2018-10-21
bleio: Remove redundant struct field
arturo182
2018-10-21
bleio: A bit of cleanup
arturo182
2018-10-21
nrf: Cleanup of the ble driver
arturo182
2018-10-21
bleio: Fix incorrect role detection
arturo182
2018-10-21
bleio: Improve type documentation
arturo182
2018-10-21
nrf: Move the Peripheral class to bleio as Device
arturo182
2018-10-21
nrf: Move the Service class from ubluepy to the shared bleio module
arturo182
2018-10-21
nrf: Move the Characteristic class from ubluepy to the shared bleio module
arturo182
2018-10-21
bleio: Move the Scanner class to a shared module
arturo182
2018-10-21
bleio: Move ScanEntry to shared module and add a new AdvertisementData class
arturo182
2018-10-21
bleio: Add a new Address class
arturo182
2018-10-21
bleio: Add a AddressType enum-like class
arturo182
2018-10-21
nrf: Move the Descriptor class from ubluepy to the shared bleio module
arturo182
2018-10-21
nrf: Move the UUID class from ubluepy to the shared bleio module
arturo182
2018-10-17
Tweaks from feedback:
Scott Shawcroft
2018-10-16
Ramp values to and from a default value while active.
Scott Shawcroft
2018-10-16
PulseOut working
Dan Halbert
2018-10-16
timer ticks for DHCP state machine for wiznet
Nick Moore
2018-10-11
update documentation and translations again
Nick Moore
2018-10-11
fix doc comments, translations again
Nick Moore
2018-10-11
Split wiznet driver into shared-bindings vs shared-module
Nick Moore
2018-10-11
Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...
Nick Moore
2018-10-11
network module c api into shared-module
Nick Moore
2018-10-10
Merge pull request #1259 from dhalbert/nrf-pwmout
Dan Halbert
2018-10-09
Merge pull request #1193 from ATMakersBill/master
Scott Shawcroft
2018-10-09
Move the docs next to the implementation
Scott Shawcroft
2018-10-09
Added Documentation for the serial_bytes_available attribute
ATMakersBill
2018-10-09
Allow variable freq PWMOut; use multiple channels if same freq
Dan Halbert
2018-10-09
replacing change to input() with separate method to check for USB Serial input
ATMakersBill
2018-10-09
Rename stop to stop_voice in case we want stop to stop everything later.
Scott Shawcroft
2018-10-09
Documentation builds (though has no real content yet)
Nick Moore
2018-10-09
Get DHCP working ...
Nick Moore
[next]