zephyr/samples/subsys
Erwan Gouriou c6ff61220e samples/subsys/fs: fat_fs: Limit test execution on boards with shield
Limit adafruit_2_8_tft_touch_v2 sample variant execution to the boards
that have this shield available.

In order to run the test in CI bench, add the following in
twister map.yml file on matching board:
  fixtures:
  - fixture_shield_adafruit_2_8_tft_touch_v2

For instance:
- connected: true
  fixtures:
  - fixture_shield_adafruit_2_8_tft_touch_v2
  id: 0673FF323535474B43171415
  platform: nucleo_f429zi
  product: STM32 STLink
  runner: openocd
  serial: /dev/ttyACM0


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-04-08 16:37:01 +02:00
..
audio/sof sampels: move audio into subsys/audio 2021-03-09 17:48:18 -05:00
canbus samples: canbus: canopen: mass-erase flash prior to running sample 2021-01-24 21:22:25 -05:00
console samples: console: set integration_platforms to mps2_an385 2021-03-03 09:12:30 -06:00
cpp samples: move cpp samples into subsys/cpp 2021-03-09 17:48:18 -05:00
debug samples: move debug samples under subsys/debug 2021-03-09 17:48:18 -05:00
display samples: display: Build NXP boards with adafruit_2_8_tft_touch_v2 shield 2021-03-26 08:25:30 -04:00
edac edac: Use Device Tree values for BDF and PCI VID 2021-02-04 09:37:42 -05:00
fs samples/subsys/fs: fat_fs: Limit test execution on boards with shield 2021-04-08 16:37:01 +02:00
ipc drivers: device: do not reuse tag name 'device' 2021-03-22 19:48:14 -04:00
logging userspace: rename _is_user_context -> k_is_user_context 2021-04-01 05:34:17 -04:00
lorawan/class_a samples: move lorawan to subsys/lorawan 2021-03-09 17:48:18 -05:00
mgmt samples: subsys: mgmt: smp_svr: Possible download log file from flash FS 2021-03-22 13:04:23 -04:00
modbus samples: rtu_server: rework LED configuration 2021-03-19 15:50:21 +01:00
nvs esp32: nvs: add NVS support using fixed partitions 2021-03-17 14:38:23 -05:00
power/device_pm power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
settings esp32: nvs: add NVS support using fixed partitions 2021-03-17 14:38:23 -05:00
shell samples: shell_module: Add shell_uart_release command 2021-03-25 07:08:40 -04:00
task_wdt samples: subsys: task_wdt: add sample application 2021-03-15 12:24:54 +01:00
testsuite/integration samples: move testing -> subsys/testsuite 2021-03-09 17:48:18 -05:00
tracing debug: Move away from openocd and make it generic 2021-03-17 14:43:01 -05:00
usb samples: usb: dfu: exclude platforms sample can't be built on 2021-03-31 09:33:58 -05:00
video sampels: move video into subsys/video 2021-03-09 17:48:18 -05:00
subsys.rst