1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52/periph
Koen Zandberg 83a6ad182d
nrf52/i2c: Use mutex and IRQ for blocking
This commit enhances the I2C code of the nRF52 family to block on a
mutex while the I2C transfer is busy. The mutex is unlocked in the ISR
when it is trigger by either a stop condition or an error condition.
2020-06-02 10:24:40 +02:00
..
adc.c cpu/nrf52/periph: adc_sample() now returns int32_t 2020-01-10 14:13:15 +01:00
i2c.c nrf52/i2c: Use mutex and IRQ for blocking 2020-06-02 10:24:40 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pwm.c cpu/nrf52: initial PWM implementation 2018-08-21 11:28:23 +02:00
spi.c nrf52: Add EasyDMA-based SPI periph driver 2020-05-18 19:16:17 +02:00
usbdev.c core/shed: remove not needed bitarithm include add missing 2020-02-05 12:45:29 +01:00