Skip to content

Commit e827d13

Browse files
author
Amanda Butler
authored
Update rtos.md with suggested changes
Update content with suggested changes from engineering.
1 parent b817f56 commit e827d13

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/contributing/target

1 file changed

+1
-1
lines changed

docs/reference/contributing/target/rtos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Option | Value | Description |
1818
`OS_TIMER_THREAD_STACK_SIZE` | 768B | Timer thread stack set to 768B that's necessary to support the C++ wrappers (4 instances), but it may require changing to support larger number of active timers. |
1919
`OS_IDLE_THREAD_STACK_SIZE` | 512B | Required to handle Mbed OS wrappers |
2020
`OS_DYNAMIC_MEM_SIZE` | 0 | RTX dynamic memory is disabled. |
21-
`OS_TICK_FREQ` | 1000 | OS Tickrate must be 1000 for system timing. |
21+
`OS_TICK_FREQ` | 1000 | Mbed OS Tickrate requires 1ms system tick. |
2222
`OS_STACK_WATERMARK` | 0 or 1 | Watermarking is enabled if `MBED_STACK_STATS_ENABLED` or `MBED_STACK_STATS_ENABLED` are set. |
2323
`OS_PRIVILEGE_MODE` | 0 or 1 | We set it for 0 if uVisor is enabled, 1 otherwise. |
2424

0 commit comments

Comments
 (0)