wireless/bluetooth/nimble: make stacksize configurable
This commit is contained in:
parent
82646b9564
commit
2db90a8be5
@ -7,6 +7,10 @@ config NIMBLE
|
|||||||
host-layer stack.
|
host-layer stack.
|
||||||
|
|
||||||
if NIMBLE
|
if NIMBLE
|
||||||
|
config NIMBLE_STACKSIZE
|
||||||
|
int "nimble stack size"
|
||||||
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
config NIMBLE_REF
|
config NIMBLE_REF
|
||||||
string "Version"
|
string "Version"
|
||||||
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
|
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
PRIORITY = 255
|
PRIORITY = 255
|
||||||
STACKSIZE = 16384
|
STACKSIZE = $(CONFIG_NIMBLE_STACKSIZE)
|
||||||
|
|
||||||
NIMBLE_UNPACKDIR = mynewt-nimble
|
NIMBLE_UNPACKDIR = mynewt-nimble
|
||||||
NIMBLE_ROOT = $(APPDIR)/wireless/bluetooth/nimble/$(NIMBLE_UNPACKDIR)
|
NIMBLE_ROOT = $(APPDIR)/wireless/bluetooth/nimble/$(NIMBLE_UNPACKDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user