File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed
TESTS/mbed_hal_fpga_ci_test_shield Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] Analog in not supported for this target
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] Analog out not supported for this target
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
Original file line number Diff line number Diff line change 17
17
18
18
#if !COMPONENT_FPGA_CI_TEST_SHIELD
19
19
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
20
+ #elif !TARGET_FF_ARDUINO
21
+ #error [NOT_SUPPORTED] Test not supported for this form factor
20
22
#else
21
23
22
24
#include " utest/utest.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] test not supported
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] I2C not supported for this target
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] PWM not supported for this target
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] SPI not supported for this target
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
Original file line number Diff line number Diff line change 19
19
#error [NOT_SUPPORTED] SERIAL not supported for this target
20
20
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
21
21
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
22
+ #elif !TARGET_FF_ARDUINO
23
+ #error [NOT_SUPPORTED] Test not supported for this form factor
22
24
#else
23
25
24
26
#include " utest/utest.h"
You can’t perform that action at this time.
0 commit comments