Skip to content

Commit affae9b

Browse files
aailletcfriedt
authored andcommitted
tests: enable supported tests for h3ulcb
Adding test for features that are now available on h3ulcb. We are ignoring isotp tests because of the internal loopback implementation of the R-Car CAN controller which is sending Rx isr before sending the Tx isr, totally confusing the Zephyr ISOTP state machine and causing false positive. Signed-off-by: Aymeric Aillet <[email protected]>
1 parent bcc8190 commit affae9b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

boards/arm/rcar_h3ulcb/rcar_h3ulcb_cr7.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
ram: 768
8+
supported:
9+
- i2c
10+
- can
11+
- gpio
12+
- clock_control
13+
- uart
14+
testing:
15+
ignore_tags:
16+
- isotp

0 commit comments

Comments
 (0)