Skip to content

Commit

Permalink
samples: bluetooth: Remove the main stack configuration
Browse files Browse the repository at this point in the history
Removed main stack configurations to prevent overwriting by PSA crypto.

Ref: NCSDK-31791
Ref: NCSDK-31792

Signed-off-by: Marcin <[email protected]>
  • Loading branch information
maje-emb committed Feb 25, 2025
1 parent 0f64f0d commit 3d72e67
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 56 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion samples/bluetooth/central_and_peripheral_hr/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ CONFIG_FLASH_MAP=y
CONFIG_SETTINGS=y

CONFIG_HEAP_MEM_POOL_SIZE=1024
CONFIG_MAIN_STACK_SIZE=2048

CONFIG_DK_LIBRARY=y
2 changes: 0 additions & 2 deletions samples/bluetooth/central_bas/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y

CONFIG_DK_LIBRARY=y

CONFIG_MAIN_STACK_SIZE=2048

This file was deleted.

1 change: 0 additions & 1 deletion samples/bluetooth/peripheral_bms/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
CONFIG_NCS_SAMPLES_DEFAULTS=y
CONFIG_DK_LIBRARY=y
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_MAIN_STACK_SIZE=2048

CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion samples/bluetooth/peripheral_cgms/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ CONFIG_LOG=y
CONFIG_BT_CGMS_LOG_LEVEL_INF=y
CONFIG_SFLOAT=y
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1280
CONFIG_MAIN_STACK_SIZE=2048

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion samples/bluetooth/peripheral_lbs/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ CONFIG_BT_LBS_POLL_BUTTON=y
CONFIG_DK_LIBRARY=y

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_MAIN_STACK_SIZE=2048

This file was deleted.

1 change: 0 additions & 1 deletion samples/bluetooth/peripheral_status/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ CONFIG_BT_NSMS=y
CONFIG_DK_LIBRARY=y

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
CONFIG_MAIN_STACK_SIZE=2048

0 comments on commit 3d72e67

Please sign in to comment.