samples: fat_fs: Build with adafruit_2_8_tft_touch_v2 shield

Adds a new sample configuration to build the fat_fs sample with the
adafruit_2_8_tft_touch_v2 shield and SDMMC SPI driver in CI. It has been
tested with frdm_k64f and mimxrt685_evk_cm33 boards, but should work
with any board that supports Arduino SPI and Arduino GPIO features.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2021-03-31 19:50:18 -05:00 committed by Anas Nashif
parent 0f7cdcf1fe
commit 3eb0d116f5

View File

@ -10,3 +10,7 @@ tests:
fixture: fixture_sdhc
sample.filesystem.fat_fs.overlay:
platform_allow: nrf52840_blip
sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
depends_on: arduino_spi arduino_gpio
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield