We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6103888 commit 4c2398fCopy full SHA for 4c2398f
components/Kconfig
@@ -8,6 +8,12 @@ if RT_USING_COMPONENTS_INIT
8
config RT_USING_USER_MAIN
9
bool "The main() function as user entry function"
10
default y
11
+
12
+ if RT_USING_USER_MAIN
13
+ config RT_MAIN_THREAD_STACK_SIZE
14
+ int "Set main thread stack size"
15
+ default 2048
16
+ endif
17
endif
18
19
source "$RTT_DIR/components/cplusplus/Kconfig"
0 commit comments