File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
docs/reference/configuration Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,30 @@ The following is the complete list of RTOS configuration parameters, as generate
17
17
Configuration parameters
18
18
------------------------
19
19
20
+ Name: rtos.idle-thread-stack-size
21
+ Description: The size of the idle thread's stack
22
+ Defined by: library:rtos
23
+ Macro name: MBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE
24
+ Value: 512 (set by library:rtos)
25
+ Name: rtos.main-thread-stack-size
26
+ Description: The size of the main thread's stack
27
+ Defined by: library:rtos
28
+ Macro name: MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
29
+ Value: 4096 (set by library:rtos)
20
30
Name: rtos.present
21
31
Defined by: library:rtos
22
32
Macro name: MBED_CONF_RTOS_PRESENT
23
33
Value: 1 (set by library:rtos)
34
+ Name: rtos.thread-stack-size
35
+ Description: The default stack size of new threads
36
+ Defined by: library:rtos
37
+ Macro name: MBED_CONF_RTOS_THREAD_STACK_SIZE
38
+ Value: 4096 (set by library:rtos)
39
+ Name: rtos.timer-thread-stack-size
40
+ Description: The size of the timer thread's stack
41
+ Defined by: library:rtos
42
+ Macro name: MBED_CONF_RTOS_TIMER_THREAD_STACK_SIZE
43
+ Value: 768 (set by library:rtos)
24
44
```
25
45
26
46
### EventQueue configuration parameters
You can’t perform that action at this time.
0 commit comments