From 4ac830ef1eaf5383d91b7bca14fab79e3b454f71 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Thu, 13 Jul 2023 23:24:03 +0300 Subject: [PATCH] wireless/bluetooth/nimble: add option to configure stack size of NimBLE NPL callout thread Signed-off-by: Petro Karashchenko --- wireless/bluetooth/nimble/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig index 975e4723d..a583e3119 100644 --- a/wireless/bluetooth/nimble/Kconfig +++ b/wireless/bluetooth/nimble/Kconfig @@ -14,6 +14,10 @@ config NIMBLE_REF ---help--- Git ref name to use when downloading from NimBLE repo +config NIMBLE_CALLOUT_THREAD_STACKSIZE + int "Stack size of NimBLE NPL callout thread" + default DEFAULT_TASK_STACKSIZE + if DEBUG_FEATURES config NIMBLE_DEBUG_ERROR