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:
parent
4977e02111
commit
9f0bc06468
9 changed files with 9 additions and 7 deletions
|
@ -5,7 +5,7 @@ tests:
|
|||
sample.display.shield.adafruit_2_8_tft_touch_v2:
|
||||
depends_on: arduino_gpio arduino_i2c arduino_spi
|
||||
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
|
||||
tags: display shield
|
||||
harness: console
|
||||
|
|
|
@ -19,7 +19,7 @@ tests:
|
|||
tags: eeprom shield
|
||||
depends_on: arduino_gpio arduino_i2c arduino_spi
|
||||
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
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
harness: shield
|
||||
tags: shield
|
||||
depends_on: arduino_i2c arduino_gpio
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 mimxrt1010_evk
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
harness: shield
|
||||
tags: shield
|
||||
depends_on: arduino_i2c arduino_gpio
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 mimxrt1010_evk
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
harness: shield
|
||||
tags: shield
|
||||
depends_on: arduino_i2c arduino_gpio
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 mimxrt1010_evk
|
||||
|
|
|
@ -7,4 +7,4 @@ tests:
|
|||
harness: shield
|
||||
tags: shield
|
||||
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
|
||||
|
|
|
@ -6,3 +6,4 @@ tests:
|
|||
tags: shield
|
||||
depends_on: arduino_i2c arduino_gpio
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 pan1781_evb pan1782_evb
|
||||
mimxrt1010_evk
|
||||
|
|
|
@ -8,3 +8,4 @@ tests:
|
|||
tags: shield
|
||||
depends_on: arduino_i2c arduino_gpio
|
||||
platform_exclude: disco_l475_iot1 lpcxpresso55s16 stm32mp157c_dk2 pan1781_evb pan1782_evb
|
||||
mimxrt1010_evk
|
||||
|
|
|
@ -14,7 +14,7 @@ tests:
|
|||
platform_allow: nrf52840_blip
|
||||
sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
|
||||
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
|
||||
tags: shield
|
||||
harness: console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue