We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354254f commit be8c7e5Copy full SHA for be8c7e5
tests/ztest/error_hook/src/main.c
@@ -121,7 +121,8 @@ __no_optimization static void trigger_fault_divide_zero(void)
121
defined(CONFIG_BOARD_QEMU_CORTEX_A53) || defined(CONFIG_SOC_QEMU_ARC) || \
122
defined(CONFIG_ARMV6_M_ARMV8_M_BASELINE) || \
123
defined(CONFIG_BOARD_QEMU_CORTEX_R5) || \
124
- defined(CONFIG_BOARD_FVP_BASER_AEMV8R) || defined(CONFIG_BOARD_FVP_BASE_REVC_2XAEMV8A)
+ defined(CONFIG_BOARD_FVP_BASER_AEMV8R) || defined(CONFIG_BOARD_FVP_BASE_REVC_2XAEMV8A) || \
125
+ defined(CONFIG_BOARD_FVP_BASER_AEMV8R_AARCH32)
126
ztest_test_skip();
127
#endif
128
}
0 commit comments