1db9f18a08
This is an oddball API. It's untested. In fact testing its proper behavior requires very elaborate automation (you need a device outside the Zephyr hardware to measure real world time, and a mechanism for getting the device into and out of idle without using the timer driver). And this makes for needless difficulty managing code coverage metrics. It was always just a hint anyway. Mark the old API deprecated and replace it with a kconfig tunable. The effect of that is just to change the timeout value passed to the timer driver, where we can manage code coverage metrics more easily (only one driver cares to actually support this feature anyway). Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
altera_avalon_timer_hal.c | ||
apic_timer.c | ||
arcv2_timer0.c | ||
CMakeLists.txt | ||
cortex_m_systick.c | ||
hpet.c | ||
Kconfig | ||
legacy_api.h | ||
litex_timer.c | ||
loapic_timer.c | ||
native_posix_timer.c | ||
nrf_rtc_timer.c | ||
riscv_machine_timer.c | ||
rv32m1_lptmr_timer.c | ||
sam0_rtc_timer.c | ||
sys_clock_init.c | ||
xtensa_sys_timer.c |