From 9d3e7a8fbca5679379f6bc713ed8dc1d8e880589 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 5 Dec 2012 15:07:55 +0000 Subject: STM32 SPI driver divided in two distinct implementations. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4877 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F1xx/platform.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/hal/platforms/STM32F1xx') diff --git a/os/hal/platforms/STM32F1xx/platform.mk b/os/hal/platforms/STM32F1xx/platform.mk index 7e3fc6c1a..a1959cf34 100644 --- a/os/hal/platforms/STM32F1xx/platform.mk +++ b/os/hal/platforms/STM32F1xx/platform.mk @@ -10,10 +10,10 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/stm32_dma.c \ ${CHIBIOS}/os/hal/platforms/STM32/mac_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/sdc_lld.c \ - ${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/GPIOv1/pal_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/I2Cv1/i2c_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/RTCv1/rtc_lld.c \ + ${CHIBIOS}/os/hal/platforms/STM32/SPIv1/spi_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/USARTv1/serial_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/USARTv1/uart_lld.c \ ${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c @@ -24,6 +24,7 @@ PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F1xx \ ${CHIBIOS}/os/hal/platforms/STM32/GPIOv1 \ ${CHIBIOS}/os/hal/platforms/STM32/I2Cv1 \ ${CHIBIOS}/os/hal/platforms/STM32/RTCv1 \ + ${CHIBIOS}/os/hal/platforms/STM32/SPIv1 \ ${CHIBIOS}/os/hal/platforms/STM32/USARTv1 \ ${CHIBIOS}/os/hal/platforms/STM32/USBv1 -- cgit v1.2.3