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
/
bleio
Age
Commit message (
Expand
)
Author
2019-02-24
Remove bleio classes that aren't done yet.
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-02-13
Arg check width and height into Shape.
Scott Shawcroft
2019-01-24
fix a few ble-related doc issues
Dan Halbert
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2019-01-16
Put back native C UUID string parsing and printing (complete rewrite)
Dan Halbert
2019-01-14
fixup m0 and nrf
Scott Shawcroft
2019-01-10
merge translations; add bleio comments; fix minor sphinx issues in midi
Dan Halbert
2019-01-09
fix merge conflicts; address some comments
Dan Halbert
2019-01-09
improve travis fold status reporting; fix sphinx build; fix sphinx errors
Dan Halbert
2019-01-09
fix sphinx complaint; more travis fold status reporting
Dan Halbert
2019-01-07
add CharacteristicBuffer; UART seems to work!
Dan Halbert
2019-01-03
evt handler list bugs; unique evt handler names; remove uuid128_reference
Dan Halbert
2019-01-03
Remove print methods from bleio; Python lib will do it
Dan Halbert
2019-01-02
Move 128-bit UUID string parsing to Python; simplify UUID API
Dan Halbert
2019-01-01
Broadcaster now takes whole packet. Also should be scannable
Dan Halbert
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert
2018-12-29
free event handlers on reset; fix typo in Broadcaster
Dan Halbert
2018-12-28
Add Broadcaster. Reset correctly on reload.
Dan Halbert
2018-12-27
wip: advertising works, but not connection
Dan Halbert
2018-12-07
bleio WIP: redo for more immutability; use sd_* routines for internal flash w...
Dan Halbert
2018-11-26
WIP: debug; add hash and __eq__ to UUID
Dan Halbert
2018-11-20
More UUID work; use mp_raise for exceptions
Dan Halbert
2018-11-20
WIP: bleio revisions
Dan Halbert
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-07-28
merge finished
Dan Halbert
2018-07-13
nrf: Split the ble module into a shared part and the port implementation
arturo182