tests: kernel: context: in README, fix text for k_cpu_idle testing
We update README file to correct the text for k_cpu_idle testing, since now we cover the test for both tickless and non-tickless kernel configuration. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
b9c89c0e7f
commit
5bd906463d
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ k_is_in_isr
|
|||
- Called from a thread
|
||||
|
||||
k_cpu_idle
|
||||
- CPU to be woken up by tick timer. Thus, after each call, the tick count
|
||||
- Tickless Kernel: CPU to be woken up by a kernel timer (k_timer)
|
||||
- Non-tickless kernel:
|
||||
CPU to be woken up by tick timer. Thus, after each call, the tick count
|
||||
should have advanced by one tick.
|
||||
|
||||
irq_lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue