1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common
Koen Zandberg e5d25e0b04
nrf5x_common: Clear I2C periph shorts
The I2C peripheral's shortcuts are used with the read and write register
to automatically stop the I2C transaction or to continue with the next
stage.

With simple I2C read and write bytes these shorts are not used, but are
also not cleared by the function in all cases, causing it to use the
shortcut configuration set by a previous function call. This patch
ensures that the shorts are always set by the read and write functions
2023-06-14 10:37:24 +02:00
..
include cpu/nrf5x_common: Implement timer_set() 2022-12-23 14:48:08 +01:00
periph nrf5x_common: Clear I2C periph shorts 2023-06-14 10:37:24 +02:00
radio netdev_drivers: make sure to signal LINK_UP at least once 2022-09-16 22:57:28 +02:00
clock.c cpu/nrf9160: add initial support 2021-07-28 20:11:26 +02:00
doc.txt cpu/nrf5x_common: Give Doxygen group a name 2016-03-14 23:09:49 +01:00
Kconfig kconfig: move BLE_* features to common features file 2022-08-12 16:14:58 +02:00
Makefile cpu/nrf5x: added nrfble radio driver 2018-04-06 11:18:53 +02:00
Makefile.dep pkg/nimble: conditional compilation of nRF5x code 2022-08-24 09:03:38 +02:00
Makefile.features cpu/nrf5x_common: implement periph/gpio_ll{,_irq} 2022-04-23 19:47:00 +02:00
Makefile.include cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00