Skip to content

Commit c01ac3e

Browse files
authored
Merge pull request #596 from ARMmbed/AnotherButler-patch-3
Update RTOS.md
2 parents ebf442a + cee68f6 commit c01ac3e

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

docs/reference/configuration/RTOS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ By default, there are four threads running after boot: the ISR/scheduler thread,
1111

1212
The following is the complete list of RTOS configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](/docs/development/reference/configuration.html) for details on how you may use or override these settings.
1313

14+
### RTOS configuration parameters
15+
1416
```
1517
Configuration parameters
1618
------------------------
@@ -19,7 +21,11 @@ Name: rtos.present
1921
Defined by: library:rtos
2022
Macro name: MBED_CONF_RTOS_PRESENT
2123
Value: 1 (set by library:rtos)
24+
```
2225

26+
### EventQueue configuration parameters
27+
28+
```
2329
Name: events.present
2430
Defined by: library:events
2531
Macro name: MBED_CONF_EVENTS_PRESENT

0 commit comments

Comments
 (0)