File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
subsys/net/lib/nrf_provisioning Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ config NRF_PROVISIONING_TX_BUF_SZ
64
64
int "TX buffer size"
65
65
default 2048
66
66
67
+ config NRF_PROVISIONING_STACK_SIZE
68
+ int "Provisioning thread stack size"
69
+ default 2048
70
+
67
71
config NRF_PROVISIONING_JWT_SEC_TAG
68
72
int "Provision Service's security tag, private Device Identity key used by default"
69
73
default 0
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ int nrf_provisioning_req(void)
650
650
return ret ;
651
651
}
652
652
653
- #define NRF_PROVISIONING_STACK_SIZE 3072
653
+ #define NRF_PROVISIONING_STACK_SIZE CONFIG_NRF_PROVISIONING_STACK_SIZE
654
654
#define NRF_PROVISIONING_PRIORITY 5
655
655
656
656
K_THREAD_DEFINE (nrf_provisioning , NRF_PROVISIONING_STACK_SIZE ,
You can’t perform that action at this time.
0 commit comments