-
- Downloads
boards: Harmonized UART config of Nucleo-64 boards
- nucleo-f334r8: - Added USART1 and USART3 config - nucleo-f401re: - Changed order of UARTs to match the other boards - nucleo-f410rb: - Added USART6 configuration - Fixed incorrect DMA settings (according to reference manual of the MCU) - nucleo-f446re: - Changed order of UARTs to match the other boards - nucleo-l152re: - Changed order of UARTs to match the other boards The result of this harmonization is, that the first UART is always USART2, the other USARTs are added in ascending order.
Showing
- boards/nucleo-f334r8/include/periph_conf.h 22 additions, 0 deletionsboards/nucleo-f334r8/include/periph_conf.h
- boards/nucleo-f401re/include/periph_conf.h 16 additions, 16 deletionsboards/nucleo-f401re/include/periph_conf.h
- boards/nucleo-f410rb/include/periph_conf.h 18 additions, 2 deletionsboards/nucleo-f410rb/include/periph_conf.h
- boards/nucleo-f446re/include/periph_conf.h 18 additions, 18 deletionsboards/nucleo-f446re/include/periph_conf.h
- boards/nucleo-l152re/include/periph_conf.h 12 additions, 12 deletionsboards/nucleo-l152re/include/periph_conf.h
Loading
Please register or sign in to comment