adding flexibility

This commit is contained in:
Andrey 2023-02-26 17:56:40 -05:00
parent 3b1726b740
commit 818ff54948
1 changed files with 9 additions and 0 deletions

View File

@ -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)