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>
8 lines
206 B
Plaintext
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
|