23 #ifndef CONFIG_BOARD_HAS_LSE
24 #define CONFIG_BOARD_HAS_LSE 1
28 #ifndef CONFIG_BOARD_HAS_HSE
29 #define CONFIG_BOARD_HAS_HSE 1
32 #include "periph_cpu.h"
54 #define DMA_0_ISR isr_dma2_stream3
55 #define DMA_1_ISR isr_dma2_stream2
56 #define DMA_2_ISR isr_dma1_stream4
57 #define DMA_3_ISR isr_dma1_stream3
58 #define DMA_4_ISR isr_dma1_stream5
59 #define DMA_5_ISR isr_dma1_stream0
61 #define DMA_NUMOF ARRAY_SIZE(dma_config)
71 .rcc_mask = RCC_APB1ENR_USART2EN,
78 #ifdef MODULE_PERIPH_DMA
79 .dma = DMA_STREAM_UNDEF,
80 .dma_chan = UINT8_MAX,
85 .rcc_mask = RCC_APB2ENR_USART1EN,
92 #ifdef MODULE_PERIPH_DMA
93 .dma = DMA_STREAM_UNDEF,
94 .dma_chan = UINT8_MAX,
99 .rcc_mask = RCC_APB2ENR_USART6EN,
106 #ifdef MODULE_PERIPH_DMA
107 .dma = DMA_STREAM_UNDEF,
108 .dma_chan = UINT8_MAX,
113 #define UART_0_ISR (isr_usart2)
114 #define UART_1_ISR (isr_usart1)
115 #define UART_2_ISR (isr_usart6)
117 #define UART_NUMOF ARRAY_SIZE(uart_config)
127 .rcc_mask = RCC_APB1ENR_TIM2EN,
137 #define PWM_NUMOF ARRAY_SIZE(pwm_config)
148 .rcc_mask = RCC_APB1ENR_TIM3EN,
158 .rcc_mask = RCC_APB1ENR_TIM4EN,
167 #define QDEC_0_ISR isr_tim3
168 #define QDEC_1_ISR isr_tim4
170 #define QDEC_NUMOF ARRAY_SIZE(qdec_config)
188 .rccmask = RCC_APB2ENR_SPI1EN,
190 #ifdef MODULE_PERIPH_DMA
207 .rccmask = RCC_APB1ENR_SPI2EN,
209 #ifdef MODULE_PERIPH_DMA
226 .rccmask = RCC_APB1ENR_SPI3EN,
228 #ifdef MODULE_PERIPH_DMA
237 #define SPI_NUMOF ARRAY_SIZE(spi_config)
259 #define ADC_NUMOF ARRAY_SIZE(adc_config)