From d1f5e0992bd934b6108ed013d2c169ef5ee1eeee Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Wed, 11 Jan 2017 16:54:56 +0100 Subject: [PATCH] nrf5: Add i2c.c, i2c machine module, and hal_twi into build. --- nrf5/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nrf5/Makefile b/nrf5/Makefile index ea0a86354f..7f38dbed8a 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -116,6 +116,8 @@ SRC_HAL = $(addprefix hal/,\ hal_time.c \ hal_rtc.c \ hal_timer.c \ + hal_twi.c \ + hal_twie.c \ ) ifeq ($(MCU_VARIANT), nrf52) @@ -132,6 +134,7 @@ SRC_C += \ uart.c \ spi.c \ pwm.c \ + i2c.c \ help.c \ gccollect.c \ pin_named_pins.c \