mirror of https://github.com/ARMmbed/mbed-os.git
FPGA test shield: Restrict tests to Arduino FF only
Currently only the Arduino form factor is supported. Support for other form factors will be added in the future.pull/11023/head
parent
6902844cf2
commit
5a007262b4
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] Analog in not supported for this target
|
#error [NOT_SUPPORTED] Analog in not supported for this target
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] Analog out not supported for this target
|
#error [NOT_SUPPORTED] Analog out not supported for this target
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
|
|
||||||
#if !COMPONENT_FPGA_CI_TEST_SHIELD
|
#if !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] test not supported
|
#error [NOT_SUPPORTED] test not supported
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] I2C not supported for this target
|
#error [NOT_SUPPORTED] I2C not supported for this target
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] PWM not supported for this target
|
#error [NOT_SUPPORTED] PWM not supported for this target
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] SPI not supported for this target
|
#error [NOT_SUPPORTED] SPI not supported for this target
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
#error [NOT_SUPPORTED] SERIAL not supported for this target
|
#error [NOT_SUPPORTED] SERIAL not supported for this target
|
||||||
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
#elif !COMPONENT_FPGA_CI_TEST_SHIELD
|
||||||
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
#error [NOT_SUPPORTED] FPGA CI Test Shield is needed to run this test
|
||||||
|
#elif !TARGET_FF_ARDUINO
|
||||||
|
#error [NOT_SUPPORTED] Test not supported for this form factor
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
|
|
Loading…
Reference in New Issue