mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Introduce CONFIG_DEFAULT_TASK_STACKSIZE
* The appropriate size of stack varies among archs. E.g. for 64-bit sim, 2048 is way too small, especially when the task happens to use host OS functionalities. I plan to allow an arch provide its own default. * I plan to use this to replace hardcoded "STACKSIZE = 2048" in APPDIR.
This commit is contained in:
committed by
Xiang Xiao
parent
44b8f3e467
commit
f8077022bd
+2
-2
@@ -184,9 +184,9 @@ config SLIP_NINTERFACES
|
||||
|
||||
config SLIP_STACKSIZE
|
||||
int "SLIP stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
---help---
|
||||
Select the stack size of the SLIP RX and TX tasks. Default: 2048
|
||||
Select the stack size of the SLIP RX and TX tasks.
|
||||
|
||||
config SLIP_DEFPRIO
|
||||
int "SLIP priority"
|
||||
|
||||
Reference in New Issue
Block a user