1common:
2  build_only: true
3  tags:
4    - drivers
5    - can
6tests:
7  drivers.build_all.can.mcp2515:
8    depends_on:
9      - arduino_spi
10      - arduino_gpio
11    extra_args: SHIELD=dfrobot_can_bus_v2_0
12    platform_allow: frdm_k64f
13  drivers.build_all.can.tcan4x5x:
14    depends_on:
15      - arduino_spi
16      - arduino_gpio
17    extra_args: SHIELD=tcan4550evm
18    platform_allow: frdm_k64f
19  drivers.build_all.can.mcp251xfd:
20    extra_args: SHIELD=mikroe_mcp2518fd_click
21    platform_allow: lpcxpresso55s28
22