File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
TESTS/mbed_hal_fpga_ci_test_shield Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* The test is designed to verify new SPI HAL API. Please enable the test manually. */
20
- #define TEST_ENABLED 0
21
-
22
19
#if !DEVICE_SPI
23
20
#error [NOT_SUPPORTED] SPI not supported for this target
24
21
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
25
22
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
23
+ #elif !defined(TARGET_FF_ARDUINO) && !defined(MBED_CONF_TARGET_DEFAULT_FORM_FACTOR)
24
+ #error [NOT_SUPPORTED] Test not supported for this form factor
26
25
#else
27
26
28
27
#include " utest/utest.h"
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- /* The test is designed to verify new SPI HAL API. Please enable the test manually. */
19
- #define TEST_ENABLED 0
20
-
21
18
#if !DEVICE_SPI
22
19
#error [NOT_SUPPORTED] SPI not supported for this target
23
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
24
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !defined(TARGET_FF_ARDUINO) && !defined(MBED_CONF_TARGET_DEFAULT_FORM_FACTOR)
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
25
24
#else
26
25
27
26
#include " utest/utest.h"
You can’t perform that action at this time.
0 commit comments