aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/SPIv2
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 12:33:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-20 12:33:49 +0000
commitabbc1097778c5718dd314af045f40b037ccb4cb5 (patch)
treebfc682e218ca81dbe5d2ab4d573a75b942d8f6fd /os/hal/platforms/STM32/SPIv2
parent3e25612cb510bc0518b1748e4dfb820bb5470d8b (diff)
downloadChibiOS-abbc1097778c5718dd314af045f40b037ccb4cb5.tar.gz
ChibiOS-abbc1097778c5718dd314af045f40b037ccb4cb5.tar.bz2
ChibiOS-abbc1097778c5718dd314af045f40b037ccb4cb5.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6188 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/SPIv2')
-rw-r--r--os/hal/platforms/STM32/SPIv2/spi_lld.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/os/hal/platforms/STM32/SPIv2/spi_lld.h b/os/hal/platforms/STM32/SPIv2/spi_lld.h
index ceac42b2c..07123df12 100644
--- a/os/hal/platforms/STM32/SPIv2/spi_lld.h
+++ b/os/hal/platforms/STM32/SPIv2/spi_lld.h
@@ -124,15 +124,6 @@
#define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure")
#endif
-/* TODO: Move the following DMA settings in the STM32F0XX registry.*/
-#if defined(STM32F0XX)
-/* Fixed values for STM32F0xx devices.*/
-#define STM32_SPI_SPI1_RX_DMA_STREAM STM32_DMA_STREAM_ID(1, 2)
-#define STM32_SPI_SPI1_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 3)
-#define STM32_SPI_SPI2_RX_DMA_STREAM STM32_DMA_STREAM_ID(1, 4)
-#define STM32_SPI_SPI2_TX_DMA_STREAM STM32_DMA_STREAM_ID(1, 5)
-#endif /* defined(STM32F0XX) */
-
/* TODO: Move the following DMA settings in the STM32F37X registry.*/
#if defined(STM32F37X)
/* Fixed values for STM32F3xx devices.*/