Commit affae9b6 authored by Aymeric Aillet's avatar Aymeric Aillet Committed by Christopher Friedt
Browse files

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: default avatarAymeric Aillet <aymeric.aillet@iot.bzh>
parent bcc81902
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -5,4 +5,12 @@ arch: arm
toolchain:
  - zephyr
  - gnuarmemb
ram: 768
supported:
  - i2c
  - can
  - gpio
  - clock_control
  - uart
testing:
  ignore_tags:
    - isotp