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
/
bluetooth
Age
Commit message (
Expand
)
Author
2020-01-31
increase max connections from 2 to 5
Dan Halbert
2020-01-30
track vm_used_ble better
Dan Halbert
2020-01-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft
2019-12-12
merge from master
Dan Halbert
2019-12-12
sd_flash_operation_status should be volatile
Dan Halbert
2019-12-10
merge from upstream
Dan Halbert
2019-12-06
Check connection validity after service discovery.
Scott Shawcroft
2019-12-05
wip
Dan Halbert
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-10-21
Refine _bleio
Scott Shawcroft
2019-10-06
WIP: bonding
Dan Halbert
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-11
nrf: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-06-19
WIP: backup only; not compiled
Dan Halbert
2019-06-19
Update copyrights; get ready for Central
Dan Halbert
2019-05-23
Scanner working, but not very first time
Dan Halbert
2019-03-18
nrf: fix internal flash writes
Dan Halbert
2019-02-21
Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-01-29
update tinyusb, work better with sd
hathach
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
2018-12-31
don't free event handler list manually; let gc do it
Dan Halbert
2018-12-30
Remove nRF52832 support
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-11-30
Stop ignoring SD hex files and improve the error when its missing.
Scott Shawcroft
2018-11-30
Capture stderr as well and work on nRF build
Scott Shawcroft
2018-11-30
Fix BLE build
Scott Shawcroft
2018-10-21
bleio: A bit of cleanup
arturo182
2018-10-21
nrf: Fix ble uart using the new API
arturo182
2018-10-21
nrf: Move bluetooth driver to the 'bluetooth' folder
arturo182