Browse Source

stm32f7: use spi v2 peripheral.

F7 indeed has v2 peripheral, not the v1.  Distinguishing figure is the
8/16bit fifo.
pull/986/head
Karl Palsson 6 years ago
parent
commit
2619a4506c
  1. 2
      lib/stm32/f7/Makefile

2
lib/stm32/f7/Makefile

@ -50,7 +50,7 @@ OBJS += pwr.o rcc.o
OBJS += rcc_common_all.o
OBJS += rng_common_v1.o
OBJS += spi_common_all.o spi_common_v1.o spi_common_v1_frf.o
OBJS += spi_common_all.o spi_common_v2.o
OBJS += timer_common_all.o
OBJS += usart_common_all.o usart_common_v2.o

Loading…
Cancel
Save