zephyr/tests/kernel/test_task_irq/prj_arm.conf
Anas Nashif 1642796202 test_task_irq: only microkernel version exist
eliminate one directory level since we only have one kernel variant.

Change-Id: Ia9f457db372729f403be24c7a502a896623db5b9
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00

6 lines
212 B
Text

# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_SW_ISR_TABLE_DYNAMIC=y
CONFIG_MAX_NUM_TASK_IRQS=5
CONFIG_NUM_IRQS=4