zephyr/samples/drivers/eeprom/sample.yaml
HaiLong Yang 1d3c710eaf samples: eeprom: add gd32f450i_eval board
Add gd32f450i_eval board with AT2402C eeprom.

Signed-off-by: HaiLong Yang <cameledyang@pm.me>
2022-01-14 10:42:24 -06:00

25 lines
665 B
YAML

sample:
name: EEPROM Sample
common:
tags: eeprom
integration_platforms:
- native_posix
harness: console
harness_config:
type: one_line
regex:
- "Reset the MCU to see the inceasing boot counter."
tests:
sample.drivers.eeprom:
tags: eeprom
platform_allow: native_posix gd32f450i_eval
sample.drivers.eeprom.shield.x_nucleo_eeprma2:
tags: eeprom shield
depends_on: arduino_gpio arduino_i2c arduino_spi
platform_exclude: ubx_evkannab1_nrf52832 sam_v71_xult sam_v71b_xult
extra_args: SHIELD=x_nucleo_eeprma2
harness: console
harness_config:
fixture: fixture_shield_x_nucleo_eeprma2