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
/
common-hal
/
_bleio
Age
Commit message (
Expand
)
Author
2021-04-02
Changed error message to display the generic term 'system firmware' instead o...
Jonny Bergdahl
2021-04-01
Two small PacketBuffer fixes
Scott Shawcroft
2021-03-31
Fix central pairing and crash on clear
Scott Shawcroft
2021-03-15
run code formatting script
microDev
2021-01-13
don't check length for remote characteristic or dedescriptor
Dan Halbert
2021-01-10
Round BLE timing values; fix timeout check
Dan Halbert
2020-12-23
BLE fixes
Dan Halbert
2020-10-07
Replace _bleio.ConnectionError with the native version
Scott Shawcroft
2020-09-13
PacketBuffer: add missing 'break's, remove unneeded {}
Jeff Epler
2020-08-30
merge from upstream
Dan Halbert
2020-08-21
Add more "extern" declarations for gcc10 compat
Scott Shawcroft
2020-08-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
2020-08-17
Merge pull request #3281 from dhalbert/fix-spim3-buffer-location
Dan Halbert
2020-08-17
Merge pull request #3284 from dhalbert/fix-3171-evt-handler
Scott Shawcroft
2020-08-15
Remove event handler before setting it to NULL
Dan Halbert
2020-08-15
SPIM3 buffer must be in first 64kB of RAM
Dan Halbert
2020-08-14
fix
Yihui Xiong
2020-08-13
able to change ble mac address
Yihui Xiong
2020-08-13
ble_uart_echo_test works
Dan Halbert
2020-08-11
fix #3228 for nrf; still needs to be fixed for HCI; tested
Dan Halbert
2020-08-08
discovery of Nordic UART service working
Dan Halbert
2020-08-02
wip: compiles
Dan Halbert
2020-07-16
snapshot
Dan Halbert
2020-07-12
wip: advertising; not tested
Dan Halbert
2020-05-19
nrf: _bleio: clean up timeout calculation
Sean Cross
2020-05-19
bleio: adapter: add advertising timeout and status
Sean Cross
2020-05-19
_bleio: support anonymous advertising
Sean Cross
2020-05-04
address review comments
Dan Halbert
2020-05-04
make translate again
Dan Halbert
2020-05-04
add PacketBuffer .incoming_ and .outgoing_packet_length
Dan Halbert
2020-04-29
further cleanup and bug fixing
Dan Halbert
2020-04-29
back to '.packet_size' for compatiblity
Dan Halbert
2020-04-29
rename and improve PacketBuffer packet length property
Dan Halbert
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
merge from adafruit
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-04-21
nrf: bleio: parameterize softradio configuration
Sean Cross
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-25
Add exception on small buffer and fix Connecion WRITE handling
Scott Shawcroft
2020-03-25
Fix connection handle tracking in PacketBuffer when a server.
Scott Shawcroft
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2020-02-24
Fix crash after empty REPL session
Scott Shawcroft
2020-02-05
Add another error message for extended advertisements at the same
Scott Shawcroft
2020-01-31
increase max connections from 2 to 5
Dan Halbert
2020-01-30
track vm_used_ble better
Dan Halbert
2020-01-14
address review comments
Dan Halbert
2020-01-13
fix some typos and leftovers
Dan Halbert
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-13
put bonding to-do flags into Connection objects instead of using a heap-alloc...
Dan Halbert
[next]