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:
committed by
Karl Palsson
parent
edb39d43ee
commit
4db40e0839
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user