samples: i2c_fujitsu_fram: remove whitelisting

Remove whitelisting and enable broader testing on all boards with needed
features.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-07-06 13:00:36 -04:00
parent ba31f4fc35
commit 4042ea5ec7
2 changed files with 2 additions and 6 deletions

View File

@ -2,9 +2,9 @@ sample:
name: Demo for Fujitsu MB85RC256V FRAM (I2C)
tests:
sample.driver.i2c_fujitsu_fram:
platform_whitelist: arduino_101_sss arduino_due
tags: drivers
depends_on: i2c
filter: DT_ALIAS_I2C_0_LABEL
harness: console
harness_config:
type: one_line

View File

@ -10,11 +10,7 @@
#include <device.h>
#include <drivers/i2c.h>
#if defined(CONFIG_SOC_QUARK_SE_C1000_SS)
#define I2C_DEV DT_I2C_SS_0_NAME
#else
#define I2C_DEV CONFIG_I2C_0_NAME
#endif
#define I2C_DEV DT_ALIAS_I2C_0_LABEL
/**
* @file Sample app using the Fujitsu MB85RC256V FRAM through ARC I2C.