1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387/periph
Benjamin Valentin 937c954d92 cpu/lpc2387: implement periph/i2c
The lpc23xx MCU has up to three I2C interfaces.
This adds a driver for it.
The peripheral works in interrupt mode, each change of the state machine
will generate an interrupt.
The response to the states are laid out in the data sheet.

This replaces the old driver that was removed in c560e28eb6
2020-02-26 23:41:38 +01:00
..
adc.c cpu/lpc2387: implement periph/adc 2020-02-10 13:25:26 +01:00
dac.c cpu/lpc2387: implement periph/dac 2019-11-26 01:49:45 +01:00
gpio.c
i2c.c cpu/lpc2387: implement periph/i2c 2020-02-26 23:41:38 +01:00
Makefile
pm.c cpu/lpc2387: implement periph/pm 2019-11-22 09:11:39 +01:00
pwm.c
rtc.c cpu/lpc2387: rtc: only initialize RTC after cold boot or external reset 2020-02-10 23:04:47 +01:00
spi.c cpu/lpc2387: make periph/spi configurable 2020-01-31 12:01:09 +01:00
timer.c
uart.c boards/msba2: configure remaining UARTs 2019-11-07 21:55:25 +01:00