adding flexibility
This commit is contained in:
parent
3b1726b740
commit
818ff54948
|
@ -279,9 +279,18 @@
|
|||
#define STM32_SPI_USE_SPI3 TRUE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_SPI_USE_SPI4
|
||||
#define STM32_SPI_USE_SPI4 FALSE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_SPI_USE_SPI5
|
||||
#define STM32_SPI_USE_SPI5 FALSE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_SPI_USE_SPI6
|
||||
#define STM32_SPI_USE_SPI6 FALSE
|
||||
#endif
|
||||
|
||||
#define STM32_SPI_SPI1_RX_DMA_STREAM STM32_DMA_STREAM_ID(2, 0)
|
||||
#define STM32_SPI_SPI1_TX_DMA_STREAM STM32_DMA_STREAM_ID(2, 3)
|
||||
#define STM32_SPI_SPI2_RX_DMA_STREAM STM32_DMA_STREAM_ID(1, 3)
|
||||
|
|
Loading…
Reference in New Issue