This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
f68146f74e
zephyr
/
tests
/
kernel
/
gen_isr_table
/
prj.conf
3 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: modify the test case gen_isr_table using ztest Modify the gen_isr_table test case to using ztest. Although it was split up to three test cases, the test logic and the tested platform are totally the same as previous one. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2020-10-27 22:49:00 +08:00
CONFIG_ZTEST=y
tests: test dynamic IRQ APIs The gen_isr_table test now tries to install two dynamic IRQ handlers. RISCV32 has a workaround due to limited number of SW triggerable interrupts that can be configured. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-11-13 03:37:52 +08:00
CONFIG_DYNAMIC_INTERRUPTS=y