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
/
ports
/
nrf
/
modules
/
ubluepy
Age
Commit message (
Collapse
)
Author
2018-10-21
nrf: Move the Peripheral class to bleio as Device
arturo182
This was the last class from ubluepy and so that module is now gone. The Device class offers both Peripheral and Central functionality. See the inline docs for more info.
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
nrf: Remove unused ubluepy classes
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
Use the new in the Adapter singleton.
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
Also added a UUIDType enum-like class for determining UUID type.
2018-10-03
Fix 'advertisement' typo
Enrico Paganin
2018-08-16
Fix nrf and unix
Scott Shawcroft
2018-07-28
merge finished
Dan Halbert
2018-07-10
nrf: Remove the old time hal and replace with nRFx
arturo182
2017-10-04
ports/nrf: Moving nrf51/52 port to new ports directory
Glenn Ruben Bakke