File tree Expand file tree Collapse file tree 8 files changed +17
-1
lines changed
TESTS/mbed_hal_fpga_ci_test_shield Expand file tree Collapse file tree 8 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] Analog in not supported for this target
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] Analog out not supported for this target
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
Original file line number Diff line number Diff line change 1717
1818#if !COMPONENT_FPGA_CI_TEST_SHIELD
1919#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
20+ #elif !defined(TARGET_FF_ARDUINO) && !defined(MBED_CONF_TARGET_DEFAULT_FORM_FACTOR)
21+ #error [NOT_SUPPORTED] Test not supported for this form factor
2022#else
2123
2224#include " utest/utest.h"
Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] test not supported
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] I2C not supported for this target
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] PWM not supported for this target
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] SPI not supported for this target
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
Original file line number Diff line number Diff line change 1919#error [NOT_SUPPORTED] SERIAL not supported for this target
2020#elif !COMPONENT_FPGA_CI_TEST_SHIELD
2121#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
2224#else
2325
2426#include " utest/utest.h"
@@ -338,4 +340,4 @@ int main()
338340 Harness::run (specification);
339341}
340342
341- #endif /* !DEVICE_SERIAL */
343+ #endif /* !DEVICE_SERIAL */
You can’t perform that action at this time.
0 commit comments