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:
parent
ba31f4fc35
commit
4042ea5ec7
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user