Skip to content

Commit da90cfc

Browse files
ppryga-nordicrugeGerritsen
authored andcommitted
bluetooth: make CONFIG_BT_RX_STACK_SIZE adjustment common for 54LX SoCs
The Bluetooth stack requires larger BT_RX_STACK_SIZE for nRF54LX SoCs family and nRF54H20 due to higher memory requirements for crypto on these SoCs. The Kconfig was modified in couple of samples. The change was added for next SoCs based on these two platforms. Instead of that it should be a generic configuration is a target is nRF54LX or nRF54HX. Signed-off-by: Piotr Pryga <[email protected]>
1 parent a92244e commit da90cfc

17 files changed

+1
-26
lines changed

samples/bluetooth/channel_sounding_ras_initiator/boards/nrf54h20dk_nrf54h20_cpuapp.conf

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

7-
CONFIG_BT_RX_STACK_SIZE=2048
8-
97
# Enable PSA RNG
108
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
119
CONFIG_PSA_SSF_CRYPTO_CLIENT=y

samples/bluetooth/channel_sounding_ras_reflector/boards/nrf54h20dk_nrf54h20_cpuapp.conf

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

7-
CONFIG_BT_RX_STACK_SIZE=2048
8-
97
# Enable PSA RNG
108
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
119
CONFIG_PSA_SSF_CRYPTO_CLIENT=y

samples/bluetooth/conn_time_sync/boards/nrf54h20dk_nrf54h20_cpuapp.conf

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

7-
CONFIG_BT_RX_STACK_SIZE=2048
8-
97
# Enable PSA RNG
108
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
119
CONFIG_PSA_SSF_CRYPTO_CLIENT=y

samples/bluetooth/conn_time_sync/boards/nrf54l15dk_nrf54l05_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
#
66

77
CONFIG_NRFX_GPPI=y
8-
CONFIG_BT_RX_STACK_SIZE=2048

samples/bluetooth/conn_time_sync/boards/nrf54l15dk_nrf54l10_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
#
66

77
CONFIG_NRFX_GPPI=y
8-
CONFIG_BT_RX_STACK_SIZE=2048

samples/bluetooth/conn_time_sync/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
#
66

77
CONFIG_NRFX_GPPI=y
8-
CONFIG_BT_RX_STACK_SIZE=2048

samples/bluetooth/conn_time_sync/boards/nrf54lm20dk_nrf54lm20a_cpuapp.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
#
66

77
CONFIG_NRFX_GPPI=y
8-
CONFIG_BT_RX_STACK_SIZE=2048

samples/bluetooth/iso_combined_bis_and_cis/boards/nrf54l15dk_nrf54l05_cpuapp.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/bluetooth/iso_combined_bis_and_cis/boards/nrf54l15dk_nrf54l10_cpuapp.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/bluetooth/iso_combined_bis_and_cis/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)