1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/qn908x/periph
iosabi 70113b5fd3 cpu/qn908x: Implement blocking I2C support
This initial I2C support allows to use the I2C bus in controller mode to
interact with multiple peripherals in blocking mode. The CPU will
perform a busy wait when transferring data over I2C.
2020-12-19 22:41:57 +00:00
..
flexcomm.c
gpio_mux.c
gpio.c cpu/qn908x: Fix triggering GPIO IRQ. 2020-12-06 18:07:44 +00:00
i2c.c cpu/qn908x: Implement blocking I2C support 2020-12-19 22:41:57 +00:00
Makefile
rtc.c cpu/qn908x: Add the RTC module. 2020-12-06 20:49:51 +00:00
timer.c cpu/qn908x: Add timer driver based on CTIMER. 2020-12-04 23:18:27 +01:00
uart.c cpu/qn908x: Add missing gpio & uart enum values. 2020-12-04 23:18:27 +01:00
wdt.c