zephyr/tests/kernel/arm_irq_vector_table/prj.conf
Ioannis Glaropoulos 316ffff6f2 tests: kernel: fix irq_vector_table test for nRF52X platforms
This commit disables Bluetooth and adds a customized vector
table for nRF52X-based platforms in the irq_vector_table kernel
test, in order to prevent UsageFault during system timer
interrupts, and, therefore, let the test execute properly.

This commit fixes #6890.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-04-08 08:47:36 -04:00

8 lines
206 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=512
CONFIG_MAIN_STACK_SIZE=512
CONFIG_GEN_ISR_TABLES=n
CONFIG_NUM_IRQS=3
# Force Bluetooth disable (required by platforms that enable Bluetooth by default)
CONFIG_BT=n