You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/07/14 01:49:59 UTC

[nuttx-apps] 03/04: wireless/bluetooth/nimble: add option to configure stack size of NimBLE NPL callout thread

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 4ac830ef1eaf5383d91b7bca14fab79e3b454f71
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Thu Jul 13 23:24:03 2023 +0300

    wireless/bluetooth/nimble: add option to configure stack size of NimBLE NPL callout thread
    
    Signed-off-by: Petro Karashchenko <pe...@gmail.com>
---
 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