1sample:
2  name: EEPROM Sample
3
4tests:
5  sample.drivers.eeprom:
6    tags: eeprom
7    platform_allow:
8      - gd32f450i_eval
9      - native_sim
10      - native_sim/native/64
11      - adafruit_qt_py_rp2040/rp2040
12    integration_platforms:
13      - native_sim/native/64
14    extra_args:
15      - platform:adafruit_qt_py_rp2040/rp2040:SHIELD="adafruit_24lc32"
16    harness: console
17    harness_config:
18      type: one_line
19      regex:
20        - "Reset the MCU to see the increasing boot counter."
21  sample.drivers.eeprom.shield.x_nucleo_eeprma2:
22    tags:
23      - eeprom
24      - shield
25    depends_on:
26      - arduino_gpio
27      - arduino_i2c
28      - arduino_spi
29    platform_exclude:
30      - ubx_evkannab1/nrf52832
31      - sam_v71_xult/samv71q21
32      - sam_v71_xult/samv71q21b
33      - pan1781_evb
34      - pan1782_evb
35      - pan1770_evb
36      - pan1780_evb
37      - mimxrt1010_evk
38    extra_args: SHIELD=x_nucleo_eeprma2
39    harness: console
40    harness_config:
41      fixture: fixture_shield_x_nucleo_eeprma2
42    integration_platforms:
43      - nucleo_f070rb
44