Skip to content

Commit ddcdd62

Browse files
author
Amanda Butler
authored
Update content in RTOS.md
Add content from #738 after reviewing on test site.
1 parent b4fc528 commit ddcdd62

File tree

1 file changed

+20
-0
lines changed
  • docs/reference/configuration

1 file changed

+20
-0
lines changed

docs/reference/configuration/RTOS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,30 @@ The following is the complete list of RTOS configuration parameters, as generate
1717
Configuration parameters
1818
------------------------
1919
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)
2030
Name: rtos.present
2131
Defined by: library:rtos
2232
Macro name: MBED_CONF_RTOS_PRESENT
2333
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)
2444
```
2545

2646
### EventQueue configuration parameters

0 commit comments

Comments
 (0)