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
/
CharacteristicBuffer.c
Age
Commit message (
Expand
)
Author
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-07-02
WIP: CharacteristicBuffer for Central; not working: need to set remote Charac...
Dan Halbert
2019-06-21
WIP: Central compiles; now will test
Dan Halbert
2019-06-18
Don't operate directly on bleio objects in shared-bindings: use common_hal
Dan Halbert
2019-06-12
Refactor deinit check to reduce code size.
Scott Shawcroft
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
2019-03-25
Reuse "Not connected" message in bleio
Radomir Dopieralski
2019-02-13
Arg check width and height into Shape.
Scott Shawcroft
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2019-01-14
fixup m0 and nrf
Scott Shawcroft
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