Skip to content

Commit 8e08ba4

Browse files
author
Amanda Butler
authored
Merge pull request #510 from deepikabhavnani/conf_update
Added timer/idle thread conf
2 parents 4a83de1 + 8aea3e9 commit 8e08ba4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

docs/reference/contributing/target/rtos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Mbed OS changes to RTX configuration all exist in a single file: `mbed-os/rtos/T
1515
Option | Value | Description |
1616
-------|-------|-------------|
1717
`OS_STACK_SIZE` | 4K | OS Stack size is set as `MBED_CONF_APP_THREAD_STACK_SIZE` which is 4096 as default. |
18-
`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. |
19-
`OS_IDLE_THREAD_STACK_SIZE` | 512B | Required to handle Mbed OS wrappers |
18+
`OS_TIMER_THREAD_STACK_SIZE` | 768B | Timer thread stack is set as `MBED_CONF_APP_TIMER_THREAD_STACK_SIZE=768B` that's necessary to support the C++ wrappers (4 instances), but it may require changing to support larger number of active timers. |
19+
`OS_IDLE_THREAD_STACK_SIZE` | Idle thread stack size is set as `MBED_CONF_APP_IDLE_THREAD_STACK_SIZE=512B` | Required to handle Mbed OS wrappers |
2020
`OS_DYNAMIC_MEM_SIZE` | 0 | RTX dynamic memory is disabled. |
2121
`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. |

0 commit comments

Comments
 (0)