Skip to content

Commit ad1c215

Browse files
djiatsaf-stkartben
authored andcommitted
tests: drivers: i2c: i2c_api: add board overlays
add arduino_i2c node in overlay files to be enable building the i2c_api test on multiple stm32 boards,compatible for both i2c V1 and V2 driver. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 0e127e6 commit ad1c215

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/ {
2+
aliases {
3+
i2c-0 = &arduino_i2c;
4+
};
5+
};

0 commit comments

Comments
 (0)