1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387/include
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
..
vendor cpu/lpc2387: implement periph/i2c 2020-02-26 23:41:38 +01:00
cpu_conf.h Merge pull request #13317 from benpicco/arm7-event_thread 2020-02-26 08:39:00 +01:00
cpu.h cpu/lpc2387: rename cpu_woke_from_backup() 2020-02-10 23:04:47 +01:00
lpc2387.h cpu/lpc2387: fix indent 2019-11-07 21:55:24 +01:00
periph_cpu.h cpu/lpc2387: implement periph/i2c 2020-02-26 23:41:38 +01:00