summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/busio/I2C.c
AgeCommit message (Expand)Author
2020-02-05nrf: fix i2c frequency settingDan Halbert
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-03Change SPI and I2C in the same way.Scott Shawcroft
2019-12-17upgrade nrfx API to v2hathach
2019-11-02Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devicesDan Halbert
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-06-19Update copyrights; get ready for CentralDan Halbert
2018-12-28correct i2c max lenhathach
2018-12-28fix #1422 correct i2c max xfer len (size in bits)hathach
2018-10-16PulseOut workingDan Halbert
2018-09-25reset I2C and SPI on ctrl-DDan Halbert
2018-09-20allow multiple I2C and SPI; improve nrfx_config.hDan Halbert
2018-08-31add pin claiming to devicesDan Halbert
2018-08-31pin files rework; implement pin claiming; add more boardsDan Halbert
2018-08-16Fix nrf and unixScott Shawcroft
2018-07-06nrf: Fix I2C transfers with data larger than HW allowsarturo182
2018-06-28nrf: Rewrite the I2C common-hal using nrfxarturo182
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2017-12-21nRF52 update with internal file system supportmicrobuilder