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
/
busio
/
I2C.c
Age
Commit message (
Expand
)
Author
2020-02-05
nrf: fix i2c frequency setting
Dan Halbert
2020-01-09
Make requiring I2C pullups be optional
Dan Halbert
2020-01-03
Change SPI and I2C in the same way.
Scott Shawcroft
2019-12-17
upgrade nrfx API to v2
hathach
2019-11-02
Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devices
Dan Halbert
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-19
Update copyrights; get ready for Central
Dan Halbert
2018-12-28
correct i2c max len
hathach
2018-12-28
fix #1422 correct i2c max xfer len (size in bits)
hathach
2018-10-16
PulseOut working
Dan Halbert
2018-09-25
reset I2C and SPI on ctrl-D
Dan Halbert
2018-09-20
allow multiple I2C and SPI; improve nrfx_config.h
Dan Halbert
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-31
pin files rework; implement pin claiming; add more boards
Dan Halbert
2018-08-16
Fix nrf and unix
Scott Shawcroft
2018-07-06
nrf: Fix I2C transfers with data larger than HW allows
arturo182
2018-06-28
nrf: Rewrite the I2C common-hal using nrfx
arturo182
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2017-12-21
nRF52 update with internal file system support
microbuilder