We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce304a commit 10064bbCopy full SHA for 10064bb
2 files changed
cores/nRF5/nimble_config/ext_nimble_config.h
@@ -100,4 +100,8 @@ MYNEWT_VAL_MCU_TARGET__nRF5340_NET
100
/* FIX DLE with Nimble core 1.6 */
101
#if MYNEWT_VAL_BLE_LL_CFG_FEAT_LE_CODED_PHY
102
#define BLE_50_FEATURE_SUPPORT 1
103
+#endif
104
+
105
+#ifndef CONFIG_BT_NIMBLE_LL_TASK_STACK_SIZE
106
+#define CONFIG_BT_NIMBLE_LL_TASK_STACK_SIZE 512
107
#endif
cores/nRF5/nimble_config/nrf51_nimconfig.h
@@ -51,6 +51,10 @@
51
# endif
52
53
54
55
+#define CONFIG_BT_NIMBLE_LL_TASK_STACK_SIZE 400
56
57
58
#ifndef CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU
59
#define CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU (23)
60
0 commit comments