From 5bd906463d644189da62beb72916b24ec2fcff9d Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Sun, 22 Mar 2020 13:14:15 +0100 Subject: [PATCH] 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 --- tests/kernel/context/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/kernel/context/README.txt b/tests/kernel/context/README.txt index fed6dff1a3d..ce012b6caf1 100644 --- a/tests/kernel/context/README.txt +++ b/tests/kernel/context/README.txt @@ -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