Skip to content

Commit

Permalink
samples: bluetooth: hci_lpuart: hotfix for nrf9160dk_nrf52840
Browse files Browse the repository at this point in the history
After 7a0311f the sample does not work
with nrf9160dk_nrf52840 when disable-rx is set for uart0. Hotfix is to
disable the power saving feature untill the underlying issue is
resolved.

Removed CONFIG_BT_CTLR_DTM_HCI from overlay to remove a build warning.

Signed-off-by: Eivind Jølsgard <[email protected]>
  • Loading branch information
eivindj-nordic committed Dec 18, 2024
1 parent 6b3c154 commit 66895f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CONFIG_MAIN_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
CONFIG_BT_MAX_CONN=16
CONFIG_BT_TINYCRYPT_ECC=n
CONFIG_BT_CTLR_DTM_HCI=y
CONFIG_BT_CTLR_ASSERT_HANDLER=y

CONFIG_UART_1_ASYNC=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@
interrupts = <6 NRF_DEFAULT_IRQ_PRIORITY>;
};

/* Disabling uart rx pin to get low power */
&uart0 {
pinctrl-0 = <&uart0_default_alt>;
pinctrl-1 = <&uart0_sleep_alt>;
pinctrl-names = "default", "sleep";
disable-rx;
};

0 comments on commit 66895f7

Please sign in to comment.