zephyr/tests
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
..
application_development
benchmarks tests: benchmark: Remove redundant define 2018-12-11 14:37:10 -08:00
bluetooth tests: bsim_bt tests: Fix malformed JUNIT results file 2018-12-06 09:15:38 -05:00
boards tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
booting/stub
cmsis_rtos_v1 tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
cmsis_rtos_v2 tests/cmsis_rtos_v2: Use CONFIG_SCHED_SCALABLE 2018-12-20 12:23:22 +01:00
compliance
crypto tests: crypto: tinycrypt: Limit to boards with more than 128K flash 2018-12-11 08:43:21 -05:00
drivers tests: drivers: Remove redundant Kconfig adjustments for nRF boards 2018-12-21 21:01:37 +01:00
include
kernel tests: interrupt: Change IRQ priorities in test 2018-12-21 21:04:36 +01:00
lib
misc/test_build
net tests/net: Remove usage of net_pkt_ll() function 2018-12-14 14:16:37 +01:00
posix tests: posix: test_fs_file: Add testcase with non-zero lseek() 2018-12-14 13:21:31 +02:00
power tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
shell shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
subsys tests: subsys: fs: multifs: Enable fs shell using new shell 2018-12-14 13:14:17 +01:00
unit
ztest tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
CMakeLists.txt
Kconfig