[riot-notifications] [RIOT-OS/RIOT] boards/efm32: update board definitions and documentation (#15368)
Bas Stottelaar
notifications at github.com
Tue Nov 3 14:40:11 CET 2020
@basilfx commented on this pull request.
> @@ -245,14 +241,6 @@ static const uart_conf_t uart_config[] = {
.cmu = cmuClock_UART0,
.irq = UART0_RX_IRQn
},
- {
- .dev = USART1,
- .rx_pin = GPIO_PIN(PD, 1),
- .tx_pin = GPIO_PIN(PD, 0),
- .loc = USART_ROUTE_LOCATION_LOC1,
- .cmu = cmuClock_USART1,
- .irq = USART1_RX_IRQn
- },
No, because USART1 is used by `SPI_DEV(0)`, and that one is initialized during startup. That's why I removed it, because that would conflict. Same is true for STK3600.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15368#discussion_r516672081
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/ad3eeb05/attachment.htm>
More information about the notifications
mailing list