Skip to content

Commit 1ccf607

Browse files
samples: remove UARTE instance config symbols
No longer needed Signed-off-by: Michał Stasiak <[email protected]>
1 parent 750a8c0 commit 1ccf607

File tree

18 files changed

+10
-45
lines changed

18 files changed

+10
-45
lines changed

samples/bluetooth/central_uart/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Disable the unsupported driver
8-
CONFIG_NRFX_UARTE0=n
9-
107
# Don't get entropy from HCI on nRF54H20 devices
118
CONFIG_BT_HOST_CRYPTO_PRNG=y
129
CONFIG_ENTROPY_BT_HCI=n

samples/bluetooth/central_uart/boards/nrf54lm20dk_nrf54lm20a_cpuapp.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/bluetooth/central_uart/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Enable the UART driver
88
CONFIG_UART_ASYNC_API=y
9-
CONFIG_NRFX_UARTE0=y
9+
CONFIG_NRFX_UARTE=y
1010
CONFIG_SERIAL=y
1111
CONFIG_CONSOLE=y
1212
CONFIG_UART_CONSOLE=y

samples/bluetooth/direct_test_mode/sysbuild/remote_shell/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONFIG_MBOX=y
1414
CONFIG_IPC_SERVICE=y
1515
CONFIG_IPC_SERVICE_BACKEND_RPMSG=y
1616

17-
CONFIG_NRFX_UARTE0=y
17+
CONFIG_NRFX_UARTE=y
1818

1919
CONFIG_HEAP_MEM_POOL_SIZE=4096
2020

samples/bluetooth/peripheral_uart/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Disable the unspupported UART0 driver
8-
CONFIG_NRFX_UARTE0=n
9-
107
# Don't get entropy from HCI on nRF54H20 devices
118
CONFIG_BT_HOST_CRYPTO_PRNG=y
129
CONFIG_ENTROPY_BT_HCI=n

samples/bluetooth/peripheral_uart/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/bluetooth/peripheral_uart/boards/thingy53_nrf5340_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ CONFIG_UART_ASYNC_ADAPTER=y
2424
CONFIG_UART_INTERRUPT_DRIVEN=y
2525

2626
# Disable the UARTE0 enabled in default project configuration
27-
CONFIG_NRFX_UARTE0=n
2827
CONFIG_UART_NRFX=n

samples/bluetooth/peripheral_uart/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Enable the UART driver
88
CONFIG_UART_ASYNC_API=y
9-
CONFIG_NRFX_UARTE0=y
9+
CONFIG_NRFX_UARTE=y
1010
CONFIG_SERIAL=y
1111

1212
CONFIG_GPIO=y

samples/bluetooth/peripheral_uart/prj_cdc.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ CONFIG_CDC_ACM_SERIAL_INITIALIZE_AT_BOOT=y
1414
CONFIG_USBD_CDC_ACM_LOG_LEVEL_OFF=y
1515

1616
# Disable the UARTE0 enabled in default project configuration
17-
CONFIG_NRFX_UARTE0=n
1817
CONFIG_UART_NRFX=n

samples/bluetooth/peripheral_uart/prj_minimal.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Enable the UART driver
88
CONFIG_UART_ASYNC_API=y
9-
CONFIG_NRFX_UARTE0=y
9+
CONFIG_NRFX_UARTE=y
1010
CONFIG_SERIAL=y
1111

1212
CONFIG_HEAP_MEM_POOL_SIZE=1536

0 commit comments

Comments
 (0)