Skip to content

Commit

Permalink
boards/mulle: Add UART LLWU configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Mar 17, 2018
1 parent df64133 commit 3d5448d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/mulle/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static const uart_conf_t uart_config[] = {
.freq = CLOCK_CORECLOCK,
.pin_rx = GPIO_PIN(PORT_A, 15),
.pin_tx = GPIO_PIN(PORT_A, 14),
.llwu_rx = LLWU_WAKEUP_PIN_UNDEF,
.pcr_rx = PORT_PCR_MUX(3),
.pcr_tx = PORT_PCR_MUX(3),
.irqn = UART0_RX_TX_IRQn,
Expand All @@ -125,6 +126,7 @@ static const uart_conf_t uart_config[] = {
.freq = CLOCK_CORECLOCK,
.pin_rx = GPIO_PIN(PORT_C, 3),
.pin_tx = GPIO_PIN(PORT_C, 4),
.llwu_rx = LLWU_WAKEUP_PIN_PTC3,
.pcr_rx = PORT_PCR_MUX(3),
.pcr_tx = PORT_PCR_MUX(3),
.irqn = UART1_RX_TX_IRQn,
Expand Down

0 comments on commit 3d5448d

Please sign in to comment.