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>
11 lines
270 B
YAML
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
|