mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 14:41:59 +00:00
Keeping IRQ0 priority as 1 and IRQ1 priority as 0 so that system timer which of priority 0 in ARC will be interrupted by IRQ1 of same priority. In ARM, system timer is of priority 1, hence making ISR0 priority as 2 and ISR1 priority as 1. Thus system timer will always be interrupted by ISR1 in both the architectures. Fixes: #12147 Signed-off-by: Spoorthi K <spoorthi.k@intel.com> |
||
---|---|---|
.. | ||
application_development | ||
benchmarks | ||
bluetooth | ||
boards | ||
booting/stub | ||
cmsis_rtos_v1 | ||
cmsis_rtos_v2 | ||
compliance | ||
crypto | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc/test_build | ||
net | ||
posix | ||
power | ||
shell | ||
subsys | ||
unit | ||
ztest | ||
CMakeLists.txt | ||
Kconfig |