Skip to content

Commit d3fa4fc

Browse files
duynguyenxaquytranpzz
authored andcommitted
tests: i2c: Add test configuration for RX130
Add overlay and config for RSK-RX130 to execute i2c_api test Signed-off-by: Duy Nguyen <[email protected]>
1 parent e5c6d81 commit d3fa4fc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SENSOR_GY271_QMC=y
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/ {
2+
aliases {
3+
i2c-0 = &i2c0;
4+
gy271 = &i2c0;
5+
};
6+
};

0 commit comments

Comments
 (0)