zephyr/tests/benchmarks
Daniel Leung 7bb5015ced tests: benchmarks: use high-res counter for MEC1501 SoC
The timer counter for ticks on MEC1501 SoC is based on the RTOS
timer which runs at 32kHz. This is too slow for timing benchmarks
as most cases can be finished within one or two ticks. Since
the SoC has higher frequency timers running at 48MHz, add
the necessary bits to use these for timing benchmarks.

Fix #23414

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-03-31 19:52:21 -04:00
..
app_kernel timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
boot_time cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
latency_measure timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
mbedtls cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sched cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sys_kernel cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
timing_info tests: benchmarks: use high-res counter for MEC1501 SoC 2020-03-31 19:52:21 -04:00