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
/
devices
/
ble_hci
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-12-15
-ftree-vrp better diagnostics on -Os builds; -fno-inline-functions for -O2; f...
Dan Halbert
2020-12-15
Fix flexible array declaration
Jeff Epler
2020-12-15
Avoid "error: flexible array member in a struct with no named members"
Dan Halbert
2020-12-14
shrink bast_pro_mini_m0; use proper flex-array syntax
Dan Halbert
2020-10-15
no _bleio for litex; ESP32S2 defines BIT() already
Dan Halbert
2020-10-15
cxd56 needed more precise include for __packed; needed SRC_C += on some ports
Dan Halbert
2020-10-08
Fix ble_hci
Scott Shawcroft
2020-09-12
_bleio: add missing break statement
Jeff Epler
2020-08-30
address review; use constructor for HCI Adapter
Dan Halbert
2020-08-21
rename hci_include/README.dm to avoid triggering sphinx warning
Dan Halbert
2020-08-21
improve HCI packet error handling
Dan Halbert
2020-08-20
remove debugging uart code
Dan Halbert
2020-08-20
merge from upstream; working; includes debug_out code for debugging via Salea...
Dan Halbert
2020-08-18
Fix a few bugs
Dan Halbert
2020-08-16
add generic services
Dan Halbert
2020-08-14
bug in char get_value; raise NotImpl; better arg validation
Dan Halbert
2020-08-13
fix reset logic to not do pin ops or heap ops at bad times
Dan Halbert
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-10
blue_uart_echo_test from Bluefruit app is working
Dan Halbert
2020-08-10
characteristic/cccd r/w; not tested
Dan Halbert
2020-08-08
discovery of Nordic UART service working
Dan Halbert
2020-08-04
service discovery works; need to work on char and descriptor discovery
Dan Halbert
2020-08-03
wip: partial discovery responses; compiles; not tested
Dan Halbert
2020-08-02
wip: compiles
Dan Halbert
2020-07-30
wip: implementing functionality
Dan Halbert
2020-07-28
wip
Dan Halbert
2020-07-28
wip
Dan Halbert
2020-07-28
ATT WIP
Dan Halbert
2020-07-23
wip: ATT protocol
Dan Halbert
2020-07-17
revamp ACLDATA reassembly
Dan Halbert
2020-07-16
snapshot
Dan Halbert
2020-07-15
back to working; check for extended advertising support
Dan Halbert
2020-07-12
wip: advertising; not tested
Dan Halbert
2020-07-08
address working; improved pkt dump
Dan Halbert
2020-07-08
use zephyr include files; wip: compiles
Dan Halbert
2020-06-30
hci skeleton done; not working yet
Dan Halbert
2020-06-26
do HCI pin init in Python, not here
Dan Halbert
2020-06-26
wip; compiles; much commented out
Dan Halbert
2020-06-26
update submodules
Dan Halbert
2020-06-25
hci early wip; refactor supervisor bluetooth.c for nrf: tested
Dan Halbert