Skip to content

Commit

Permalink
samples: net: cellular_modem: Fix nRF9160
Browse files Browse the repository at this point in the history
Add missing Kconfigs to nRF9160dk overlays.

Signed-off-by: Markus Lassila <[email protected]>
  • Loading branch information
MarkusLassila authored and henrikbrixandersen committed May 31, 2024
1 parent fd20de5 commit 53ddff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/net/cellular_modem/boards/nrf9160dk_nrf52840.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CONFIG_UART_ASYNC_API=y
CONFIG_UART_1_ASYNC=y
CONFIG_UART_1_INTERRUPT_DRIVEN=n
# Enable HW RX byte counting. This especially matters at higher baud rates.
CONFIG_UART_1_NRF_HW_ASYNC=y
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=1
Expand Down
2 changes: 2 additions & 0 deletions samples/net/cellular_modem/boards/nrf9160dk_nrf9160_ns.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CONFIG_UART_ASYNC_API=y
CONFIG_UART_1_ASYNC=y
CONFIG_UART_1_INTERRUPT_DRIVEN=n
# Enable HW RX byte counting. This especially matters at higher baud rates.
CONFIG_UART_1_NRF_HW_ASYNC=y
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=1
Expand Down

0 comments on commit 53ddff6

Please sign in to comment.