projects
/
rtos
/
tinyara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cb53d
)
Correct the stack size of DM testcase
author
Seongil Hahm
<seongil.hahm@samsung.com>
Wed, 13 Sep 2017 01:41:31 +0000
(18:41 -0700)
committer
Seongil Hahm
<seongil.hahm@samsung.com>
Wed, 13 Sep 2017 01:41:31 +0000
(18:41 -0700)
The stack size of DM testcase is too big, so that needs to shrink to 2048.
apps/examples/testcase/tc_main.c
patch
|
blob
|
history
diff --git
a/apps/examples/testcase/tc_main.c
b/apps/examples/testcase/tc_main.c
index
f949a24
..
9ba3c3b
100644
(file)
--- a/
apps/examples/testcase/tc_main.c
+++ b/
apps/examples/testcase/tc_main.c
@@
-48,7
+48,7
@@
#define TC_SYSTEMIO_STACK 2048
#endif
#if defined(CONFIG_EXAMPLES_TESTCASE_DM_UTC) || defined(CONFIG_EXAMPLES_TESTCASE_DM_ITC)
-#define TC_DM_STACK 2048
0
+#define TC_DM_STACK 2048
#endif
#ifdef CONFIG_EXAMPLES_TESTCASE_WIFI_MANAGER_UTC
#define TC_WIFI_MANAGER_STACK 2048