There are a number of platforms that the x_nucleo_eeprma2 eeprom sample can't build on. Also fix issue with missing include of <mem.h> header to get DT_SIZE_* macros used by the overlay. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
25 lines
650 B
YAML
25 lines
650 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
|
|
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
|