samples: exclude platform stm32f769i_disco

Excluded due to conflicts with adafruit_2_8_tft_touch_v2.
Both boards got a touch controller.

Signed-off-by: Konstantinos Papadopoulos <kostas.papadopulos@gmail.com>
This commit is contained in:
Konstantinos Papadopoulos 2022-01-03 20:23:00 +02:00 committed by Anas Nashif
commit 5da3d3148d
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ sample:
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
platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832 stm32f769i_disco
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: display shield
harness: console

View file

@ -11,7 +11,7 @@ tests:
# Default settings end up allocating an ~150KB sized buffer in lvgl.
# This adds a bit of buffer to that for other data.
min_ram: 175
platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832
platform_exclude: reel_board reel_board_v2 ubx_evkannab1_nrf52832 stm32f769i_disco
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield
harness: console

View file

@ -12,6 +12,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
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield
harness: console