zephyr/tests/kernel/test_arm_irq_vector_table/prj.conf
Anas Nashif ec56025301 tests: added native test for irq_vector_table
Change-Id: I7d76b07e11a06f56227173c3d4ce77d9f2f466d8
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-11 20:28:59 +00:00

8 lines
168 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=512
CONFIG_MAIN_STACK_SIZE=512
CONFIG_SW_ISR_TABLE=n
CONFIG_IRQ_VECTOR_TABLE_CUSTOM=y
CONFIG_NUM_IRQS=3
CONFIG_COMPILER_OPT="-O0"