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>
This commit is contained in:
parent
20472a30a9
commit
b71393963a
1 changed files with 5 additions and 0 deletions
|
@ -3,3 +3,8 @@ tests:
|
||||||
tags: drivers can
|
tags: drivers can
|
||||||
depends_on: can
|
depends_on: can
|
||||||
filter: dt_chosen_enabled("zephyr,canbus")
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue