i2cm: fix ACK reception in i2cm_send_byte
[protos/imu.git] / Makefile
1 TARGET = main
2
3 AVERSIVE_DIR ?= ../..
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = $(TARGET).c
7 SRC += commands.c
8 SRC += commands_gen.c
9 SRC += cmdline.c
10 SRC += eeprom_config.c
11 SRC += i2cm_sw.c
12 SRC += imu.c
13 SRC += mpu6050.c
14 SRC += MadgwickAHRS.c
15 SRC += i2c_helper.c
16 SRC += byteordering.c
17 SRC += fat.c
18 SRC += sd_main.c
19 SRC += partition.c
20 SRC += sd_raw.c
21
22
23 CFLAGS += -W -Wall -Werror
24
25 ########################################
26
27 -include .aversive_conf
28 include $(AVERSIVE_DIR)/mk/aversive_project.mk