Skip to content

Commit

Permalink
snippets: nrf91-modem-trace-uart: add UART1 specific Kconfigs
Browse files Browse the repository at this point in the history
Enable ASYNC UART for the UART1 instance.

Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
  • Loading branch information
eivindj-nordic authored and rlubos committed Jul 17, 2023
1 parent 9b22552 commit e03a608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/nrf91-modem-trace-uart/overlay-modem-trace-uart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_UART_ZEPHYR=y
# UART configuration
CONFIG_SERIAL=y
CONFIG_UART_ASYNC_API=y
CONFIG_UART_1_ASYNC=y
CONFIG_UART_1_INTERRUPT_DRIVEN=n

0 comments on commit e03a608

Please sign in to comment.