samples: mimxrt1010_evk: exclude various tests

Disable various samples because they require certain digital signals
from the Arduino header, which are not connected when the board is
shipped and therefore not defined via the connector gpio-map.

Signed-off-by: Stephan Linz <linz@li-pro.net>
This commit is contained in:
Stephan Linz 2023-05-02 21:13:57 +02:00 committed by Carles Cufí
commit 9f0bc06468
9 changed files with 9 additions and 7 deletions

View file

@ -5,7 +5,7 @@ tests:
sample.display.shield.adafruit_2_8_tft_touch_v2: sample.display.shield.adafruit_2_8_tft_touch_v2:
depends_on: arduino_gpio arduino_i2c arduino_spi depends_on: arduino_gpio arduino_i2c arduino_spi
platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832 stm32f769i_disco pan1781_evb platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832 stm32f769i_disco pan1781_evb
pan1782_evb pan1782_evb mimxrt1010_evk
extra_args: SHIELD=adafruit_2_8_tft_touch_v2 extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: display shield tags: display shield
harness: console harness: console

View file

@ -19,7 +19,7 @@ tests:
tags: eeprom shield tags: eeprom shield
depends_on: arduino_gpio arduino_i2c arduino_spi depends_on: arduino_gpio arduino_i2c arduino_spi
platform_exclude: ubx_evkannab1_nrf52832 sam_v71_xult sam_v71b_xult pan1781_evb pan1782_evb platform_exclude: ubx_evkannab1_nrf52832 sam_v71_xult sam_v71b_xult pan1781_evb pan1782_evb
pan1770_evb pan1780_evb pan1770_evb pan1780_evb mimxrt1010_evk
extra_args: SHIELD=x_nucleo_eeprma2 extra_args: SHIELD=x_nucleo_eeprma2
harness: console harness: console
harness_config: harness_config:

View file

@ -5,4 +5,4 @@ tests:
harness: shield harness: shield
tags: shield tags: shield
depends_on: arduino_i2c arduino_gpio depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 mimxrt1010_evk

View file

@ -5,4 +5,4 @@ tests:
harness: shield harness: shield
tags: shield tags: shield
depends_on: arduino_i2c arduino_gpio depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 mimxrt1010_evk

View file

@ -5,4 +5,4 @@ tests:
harness: shield harness: shield
tags: shield tags: shield
depends_on: arduino_i2c arduino_gpio depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1 lpcxpresso55s16 platform_exclude: disco_l475_iot1 lpcxpresso55s16 mimxrt1010_evk

View file

@ -7,4 +7,4 @@ tests:
harness: shield harness: shield
tags: shield tags: shield
depends_on: arduino_i2c arduino_gpio depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1 lpcxpresso55s16 pan1781_evb pan1782_evb platform_exclude: disco_l475_iot1 lpcxpresso55s16 pan1781_evb pan1782_evb mimxrt1010_evk

View file

@ -6,3 +6,4 @@ tests:
tags: shield tags: shield
depends_on: arduino_i2c arduino_gpio depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 pan1781_evb pan1782_evb platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 pan1781_evb pan1782_evb
mimxrt1010_evk

View file

@ -8,3 +8,4 @@ tests:
tags: shield tags: shield
depends_on: arduino_i2c arduino_gpio depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 pan1781_evb pan1782_evb platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 pan1781_evb pan1782_evb
mimxrt1010_evk

View file

@ -14,7 +14,7 @@ tests:
platform_allow: nrf52840_blip platform_allow: nrf52840_blip
sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2: sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
depends_on: arduino_spi arduino_gpio arduino_i2c depends_on: arduino_spi arduino_gpio arduino_i2c
platform_exclude: stm32f769i_disco pan1781_evb pan1782_evb frdm_k64f platform_exclude: stm32f769i_disco pan1781_evb pan1782_evb frdm_k64f mimxrt1010_evk
extra_args: SHIELD=adafruit_2_8_tft_touch_v2 extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield tags: shield
harness: console harness: console