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:
Ioannis Glaropoulos 2020-03-22 13:14:15 +01:00 committed by Andrew Boie
commit 5bd906463d

View file

@ -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