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
994374ec51
zephyr
/
tests
/
kernel
/
gen_isr_table
/
prj.conf
3 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add CONFIG_TEST for marking tests Mark tests with CONFIG_TEST to allow for test specific setup and configuration. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-07 05:15:53 +08:00
CONFIG_TEST=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