mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-15 12:55:26 +00:00
The existing hand-written interrupt code is manually calling the timer ISR, which is sort of silly and about to be replaced. Correctly declare the ISR with IRQ_CONNECT() so that a conventional interrupt handling implementation can find it. With current code this is a noop. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
altera_avalon_timer_hal.c | ||
arcv2_timer0.c | ||
CMakeLists.txt | ||
cortex_m_systick.c | ||
hpet.c | ||
Kconfig | ||
loapic_timer.c | ||
native_posix_timer.c | ||
nrf_rtc_timer.c | ||
pulpino_timer.c | ||
riscv_machine_timer.c | ||
sys_clock_init.c | ||
xtensa_sys_timer.c |