zephyr/tests/drivers/can/api/testcase.yaml
Henrik Brix Andersen b71393963a tests: drivers: can: api: add build-only test for MCP2515
Add a build-only test for the Microchip MCP2515 SPI CAN controller
driver since no in-tree boards have this chip.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-04-06 11:23:06 +02:00

11 lines
270 B
YAML

tests:
drivers.can.api:
tags: drivers can
depends_on: can
filter: dt_chosen_enabled("zephyr,canbus")
drivers.can.api.mcp2515:
tags: drivers can
depends_on: arduino_spi arduino_gpio
extra_args: SHIELD=dfrobot_can_bus_v2_0
build_only: true