aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_nrf5x.go
AgeCommit message (Collapse)Author
2023-07-16nrf: add I2C timeoutAyke van Laethem
This commit adds I2C timeouts for nrf51 and nrf52 (but not yet for others like nrf52840). Tested on the PineTime, where I now got a timeout instead of hanging and resetting due to a watchdog reset.
2023-06-22nrf: wait for stop condition after reading from the I2C busAyke van Laethem
Found while working on the PineTime. For some reason it still kind of works in most cases, but I was hitting this issue when interacting with two different I2C devices (the touch sensor and the BMA421).
2023-04-04i2c: implement target mode for rp2040 and nrfKenneth Bell
2023-04-04nrf: new peripheral type for nrf528xx chipsKenneth Bell