zephyr/tests/kernel
Spoorthi K e62e54bdcd tests: interrupt: Change IRQ priorities in test
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>
2018-12-21 21:04:36 +01:00
..
alert/alert_api tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
arm_irq_vector_table samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
arm_runtime_nmi tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
boot_page_table samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
common tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
context drivers/timer: New xtensa timer with tickless support 2018-11-13 17:10:07 -05:00
critical tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
device tests: kernel: test force suspend of device 2018-11-10 13:50:42 -05:00
early_sleep samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
errno samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
fatal samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
fifo tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
fp_sharing tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gen_isr_table tests: test dynamic IRQ APIs 2018-11-20 09:30:34 -05:00
init samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
interrupt tests: interrupt: Change IRQ priorities in test 2018-12-21 21:04:36 +01:00
irq_offload samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
lifo tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
mbox samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
mem_heap/mheap_api_concept samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
mem_pool tests: mem_pool_api: reduce stack usage 2018-12-07 20:09:47 -05:00
mem_protect test: kernel: userspace: add include for arm core mpu 2018-12-05 15:15:07 -05:00
mem_slab samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
mp samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
msgq/msgq_api tests: msgq: Modify test to verify k_msgq_peek 2018-11-19 22:43:04 -05:00
mutex samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
obj_tracing samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
pending tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pipe tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
poll kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
profiling/profiling_api kernel: ensure System Power Managment enables Tickless Idle. 2018-11-21 23:16:35 -05:00
queue samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
sched drivers/timer: Add a standard workaround for known qemu issues 2018-11-13 17:10:07 -05:00
semaphore tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
sleep drivers/timer: Add a standard workaround for known qemu issues 2018-11-13 17:10:07 -05:00
smp samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
spinlock samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
stack tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
static_idt samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
threads tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
tickless kernel: ensure System Power Managment enables Tickless Idle. 2018-11-21 23:16:35 -05:00
timer tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
workq kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00
xip samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00