Skip to content

Commit 35b5c3e

Browse files
frkvanangl
authored andcommitted
ble: samples: Update peripheral_uart stack sizes
-Note that this removed nRF52805, nrf52810 and nrf52811 from build in the peripheral_uart_minimal. This may be reverted if there is a movement of more items to the BT_LONG_WORKQUEUE instead of using system workqueueue -Removing overrides to stack-sizes for peripheral_uart sample regular and minimal configuration Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent ea84357 commit 35b5c3e

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

samples/bluetooth/peripheral_uart/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ CONFIG_FLASH_MAP=y
3535
# Enable DK LED and Buttons library
3636
CONFIG_DK_LIBRARY=y
3737

38-
# This example requires more stack
39-
CONFIG_MAIN_STACK_SIZE=1152
4038
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
41-
4239
# Config logger
4340
CONFIG_LOG=y
4441
CONFIG_USE_SEGGER_RTT=y

samples/bluetooth/peripheral_uart/prj_minimal.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ CONFIG_BT_HCI_TX_STACK_SIZE_WITH_PROMPT=y
9292
CONFIG_BT_HCI_TX_STACK_SIZE=640
9393
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1536
9494
CONFIG_MPSL_WORK_STACK_SIZE=256
95-
CONFIG_MAIN_STACK_SIZE=864
9695
CONFIG_IDLE_STACK_SIZE=128
9796
CONFIG_ISR_STACK_SIZE=1024
9897
CONFIG_BT_NUS_THREAD_STACK_SIZE=512

samples/bluetooth/peripheral_uart/sample.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,8 @@ tests:
5858
build_only: true
5959
extra_args: FILE_SUFFIX=minimal
6060
integration_platforms:
61-
- nrf52dk/nrf52805
62-
- nrf52dk/nrf52810
63-
- nrf52840dk/nrf52811
6461
- nrf52833dk/nrf52820
6562
platform_allow:
66-
- nrf52dk/nrf52805
67-
- nrf52dk/nrf52810
68-
- nrf52840dk/nrf52811
6963
- nrf52833dk/nrf52820
7064
tags:
7165
- bluetooth

0 commit comments

Comments
 (0)