zephyr/tests
Spoorthi K 82f73bd5e3 tests: nested_irq: Fix k_busy_wait usage and interrupt priority
k_busy_wait() call used in test expects time in us, but the test
is specifying wait in ms.

Also the test fails on NRF5 platform as the test hardcodes the
interrupts priority to 0 and 1 and assumes system timer to be of
priority 0 which is not the case in NRF5 platforms as per
@pizi-nordic where system timer is at priority 1. Hence changing
test interrupts to 1 and 2.

Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
2018-12-11 13:36:52 -05:00
..
application_development crc: deprecate old headers and issue warning when used 2018-12-04 08:52:46 -06:00
benchmarks tests: benchmarks: timing_info: Remove common variables 2018-12-07 10:32:41 -05: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 samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
cmsis_rtos_v1 tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
compliance
crypto tests: crypto: tinycrypt: Limit to boards with more than 128K flash 2018-12-11 08:43:21 -05:00
drivers sensors: convert lis2mdl to use information coming from dts 2018-12-11 08:11:11 -06:00
include tests: shell: migrate tests to the new shell 2018-11-22 11:32:29 +01:00
kernel tests: nested_irq: Fix k_busy_wait usage and interrupt priority 2018-12-11 13:36:52 -05:00
lib samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
misc/test_build samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
net tests: net: ipv6: Fix reference to stack variable 2018-12-11 10:18:06 -05:00
posix tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05: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: settings: tests value get len API 2018-12-11 11:22:16 +01:00
unit test: unittest: run for 32bit architecture 2018-11-22 11:32:29 +01:00
ztest tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
CMakeLists.txt
Kconfig tests: add Kconfig for testing via shell 2018-11-05 09:32:38 -05:00