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
Age
Commit message (
Expand
)
Author
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-29
address minor issues: typos, make translate, and sphinx
Dan Halbert
2019-08-28
another API rework: less abstraction leakage
Dan Halbert
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-08-28
Merge remote-tracking branch 'adafruit/master' into bleio-api-revamp
Dan Halbert
2019-08-27
More size_t usage
Scott Shawcroft
2019-08-27
Merge remote-tracking branch 'adafruit/master' into remove_i2c_stop_kwarg
Scott Shawcroft
2019-08-26
Minor renames
Scott Shawcroft
2019-08-25
BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding
Dan Halbert
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-23
Use size_t and document buffers can be the same.
Scott Shawcroft
2019-08-22
More cleanup
Scott Shawcroft
2019-08-22
Add refresh_time to use if busy_pin is not given
Scott Shawcroft
2019-08-22
Add reset() to display busses to detect whether it works
Scott Shawcroft
2019-08-22
Refresh ePaper displays once code.py is done running
Scott Shawcroft
2019-08-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-22
Initial ePaper work
Scott Shawcroft
2019-08-22
Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.
Scott Shawcroft
2019-08-22
make translate
Dan Halbert
2019-08-21
Get rid of the last bits of array dependancy
Dave Astels
2019-08-21
Merge remote-tracking branch 'adafruit/master' into displayio_fill_area
Dave Astels
2019-08-21
Remove unneeded lines
Dave Astels
2019-08-20
getting the buffer info should happen first (due to its check)
Dave Astels
2019-08-20
Move the get_buffer call earlier
Dave Astels
2019-08-20
Remove array cast
Dave Astels
2019-08-20
merge from upstream and make translate
Dan Halbert
2019-08-20
Remove temporarily comments code
Dave Astels
2019-08-20
Rework to simplify
Dave Astels
2019-08-20
Switch to positional parameters
Dave Astels
2019-08-20
Fix typo
Dave Astels
2019-08-19
Detect lack of pulldown; check for pin in use
Dan Halbert
2019-08-19
Merge pull request #2068 from jepler/audioio-compat
Scott Shawcroft
2019-08-19
Merge remote-tracking branch 'adafruit/master' into run-background-tasks
Dan Halbert
2019-08-19
Merge pull request #2032 from pewpew-game/audiocore-buffer
Dan Halbert
2019-08-18
shared-bindings/time: style
Jeff Epler
2019-08-18
make nrf touchio be generic: now available for SAMD51 too
Dan Halbert
2019-08-17
localtime: don't hard-fault on argument type errors; handle localtime(float)
Jeff Epler
2019-08-17
audioio: By default, be compatible with 4.x
Jeff Epler
2019-08-17
Improve docs for WaveFile buffer
Radomir Dopieralski
2019-08-16
Simplify to only extracting one line
Dave Astels
2019-08-16
address review comments; avoid calling common_hal_bleio_device... routines fr...
Dan Halbert
2019-08-15
make translate and fix sphinx issues
Dan Halbert
2019-08-11
shared-bindings: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-07
specifying attribute length; fix up value setting
Dan Halbert
2019-08-07
Pass in preallocated result buffer
Dave Astels
2019-08-07
Remove obsolete experimental property
Dave Astels
2019-08-07
fix newly-introduced bugs; UART client/server working again
Dan Halbert
2019-08-06
WIP: more Descriptor work; refactor gattc/gatts read/write
Dan Halbert
[next]