stm32f4: Add support for SPI
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -16,6 +16,7 @@ src-y += generic/crc16_ccitt.c generic/alloc.c
|
||||
src-y += generic/armcm_irq.c generic/armcm_timer.c
|
||||
src-y += ../lib/stm32f4/system_stm32f4xx.c
|
||||
src-$(CONFIG_HAVE_GPIO_ADC) += stm32f4/adc.c
|
||||
src-$(CONFIG_HAVE_GPIO_SPI) += stm32f4/spi.c
|
||||
src-$(CONFIG_SERIAL) += stm32f4/serial.c generic/serial_irq.c
|
||||
|
||||
# Add assembler build rules
|
||||
|
||||
Reference in New Issue
Block a user