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