zephyr/tests/kernel
Krzysztof Chruściński 26fe43dd36 tests: kernel: timer: timer_behavior: Fix max_stddev calculation
max_stddev calculation was previously patched to be more at least
1 system clock cycle to cover for platforms that use higher frequency
system clock (32kHz). On that platform (nRF52) system clock frequency
was the same as tick frequency but on nRF54x that is no longer true.
Initially, the intention was to use 1 system tick and not cycle.
Fixing it now.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-07-22 19:31:31 -04:00
..
cache
common
condvar/condvar_api
context
device tests: kernel: device: expand device api coverage 2025-07-01 19:03:40 -05:00
early_sleep
events
fatal
fifo
fpu_sharing
gen_isr_table tests: kernel: gen_isr_table: add available IRQ number for AE350 CLIC 2025-07-19 15:28:58 -04:00
interrupt tests: kernel: interrupt: adjust test for clic 2025-07-19 15:28:58 -04:00
ipi_cascade
ipi_optimize
lifo
mbox
mem_heap/k_heap_api tests: kernel: k_heap: add tests for k_heap_realloc 2025-06-23 12:35:33 -07:00
mem_protect test/kernel: Initialize stack_sem in obj_validation test 2025-06-17 16:06:21 +02:00
mem_slab
mp
msgq tests: add min_ram for heap-using testcases 2025-06-02 17:37:32 +02:00
mutex
obj_core
obj_tracking tests: do not use "sanity" word 2025-06-25 16:00:10 -10:00
pending
pipe cmake: Add a new no_deprecation_warning compiler flag 2025-06-23 12:38:07 -07:00
poll
profiling/profiling_api
queue
sched
semaphore
sleep
smp
smp_abort
smp_boot_delay
smp_suspend
spinlock
stack/stack
threads
tickless/tickless_concept tests: kernel: tickless: Add support for RZ/G3S-SMARC 2025-06-03 17:08:30 +02:00
timer tests: kernel: timer: timer_behavior: Fix max_stddev calculation 2025-07-22 19:31:31 -04:00
usage/thread_runtime_stats
workq tests: kernel_workq: Excluding test for qemu_rx 2025-06-26 14:07:03 +02:00
xip