zephyr/tests/drivers/build_all/can/testcase.yaml
Alberto Escolar Piedras 054de9f9c3 tests/drivers/build_all: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

28 lines
661 B
YAML

common:
build_only: true
tags:
- drivers
- can
tests:
drivers.can.build_all.mcp2515:
depends_on:
- arduino_spi
- arduino_gpio
extra_args: SHIELD=dfrobot_can_bus_v2_0
platform_allow: frdm_k64f
drivers.can.build_all.tcan4x5x:
depends_on:
- arduino_spi
- arduino_gpio
extra_args: SHIELD=tcan4550evm
platform_allow: frdm_k64f
drivers.can.build_all.mcp251xfd:
extra_args: SHIELD=mikroe_mcp2518fd_click
platform_allow: lpcxpresso55s28
drivers.can.build_all.native_linux:
platform_allow:
- native_posix
- native_posix/native/64
- native_sim
- native_sim/native/64