stm32f7: Include i2c_common_v2

With the addition of a define for I2C4, the existing common i2c
functions seem to work out of the box on the F7 (tested on an
STM32F750).
This commit is contained in:
Ross Schlaikjer
2019-04-04 11:06:03 -04:00
committed by Karl Palsson
parent edb39d43ee
commit 4db40e0839
3 changed files with 40 additions and 1 deletions

View File

@@ -46,8 +46,8 @@ OBJS = desig.o
OBJS += dma_common_f24.o
OBJS += flash_common_all.o flash_common_f.o flash_common_f24.o flash.o
OBJS += gpio.o gpio_common_all.o gpio_common_f0234.o
OBJS += i2c_common_v2.o
OBJS += pwr.o rcc.o
OBJS += rcc_common_all.o
OBJS += rng_common_v1.o
OBJS += spi_common_all.o spi_common_v2.o