91063a33a4
nrf SOC uses nrf rtc timer (not sys tick), which is 32kHz, whereas CPU runs at higher speed (nrf52 runs at 64MHz). So 32Khz is too slow to measure critical kernel parameters. This patch does :- 1. Add support for nrf SOC for timing_info benchmarking. 2. Uses SOC timer to measure kernel parameters. Jira: ZEP-2314 Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
altera_avalon_timer.c | ||
arcv2_timer0.c | ||
cortex_m_systick.c | ||
hpet.c | ||
loapic_timer.c | ||
nrf_rtc_timer.c | ||
pulpino_timer.c | ||
riscv_machine_timer.c | ||
sys_clock_init.c | ||
xtensa_sys_timer.c |