drivers: i2c: Add shims for nrfx TWI and TWIM drivers

Changes add a translation layer to make nrfx TWI and TWIM drivers
work with Zephyr API.

Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
This commit is contained in:
Mieszko Mierunski 2018-05-23 09:26:53 +02:00 committed by Carles Cufí
commit 1edc29c47f
9 changed files with 465 additions and 31 deletions

View file

@ -19,5 +19,11 @@ config NRFX_SPIM
config NRFX_SPIS
bool
config NRFX_TWI
bool
config NRFX_TWIM
bool
config NRFX_WDT
bool