diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-22 13:31:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-22 13:31:38 +0000 |
commit | 11a55ca41a489a805d512e2709c5fe72875c0724 (patch) | |
tree | 973ecbe440b8d7a42dff956d9105552eed5b27dc | |
parent | df51e160c1c3fbbb81ab4a96bec52076df758bee (diff) | |
download | ChibiOS-11a55ca41a489a805d512e2709c5fe72875c0724.tar.gz ChibiOS-11a55ca41a489a805d512e2709c5fe72875c0724.tar.bz2 ChibiOS-11a55ca41a489a805d512e2709c5fe72875c0724.zip |
Fixed bug 3598151.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4950 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32F1xx/platform_f105_f107.mk | 4 | ||||
-rw-r--r-- | readme.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F1xx/platform_f105_f107.mk b/os/hal/platforms/STM32F1xx/platform_f105_f107.mk index 2967a4762..efc949763 100644 --- a/os/hal/platforms/STM32F1xx/platform_f105_f107.mk +++ b/os/hal/platforms/STM32F1xx/platform_f105_f107.mk @@ -11,10 +11,10 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F1xx/stm32_dma.c \ ${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/serial_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/uart_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/OTGv1/usb_lld.c
@@ -24,6 +24,6 @@ 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/OTGv1
-
diff --git a/readme.txt b/readme.txt index 7a7a0f409..db9a49c8d 100644 --- a/readme.txt +++ b/readme.txt @@ -82,6 +82,7 @@ *****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed twrong SPI path in platform_f105_f107.mk (bug 3598151).
- NEW: Added support for Olimex board STM32-LCD.
*** 2.5.1 ***
|