From 7f9ce1cf8f85abff73d0b7c556bc318c6b60d0cd Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Thu, 5 Mar 2020 22:08:30 +0100 Subject: Import and use I2C master routines from https://github.com/ataradov/dgw/ --- firmware/make/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/make/Makefile') diff --git a/firmware/make/Makefile b/firmware/make/Makefile index 7ed24fb..dbfc57d 100644 --- a/firmware/make/Makefile +++ b/firmware/make/Makefile @@ -21,10 +21,14 @@ LDFLAGS += -Wl,--gc-sections LDFLAGS += -Wl,--script=../linker/samd21j18.ld INCLUDES += \ + -I../clkgen \ -I../include \ -I.. SRCS += \ + ../clkgen/clkgen.c \ + ../clkgen/si5351c.c \ + ../i2c_master.c \ ../main.c \ ../uart.c \ ../usb.c \ -- cgit v1.2.3