1common: 2 build_only: true 3 tags: 4 - drivers 5 - can 6tests: 7 drivers.can.build_all.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.can.build_all.tcan4x5x: 14 depends_on: 15 - arduino_spi 16 - arduino_gpio 17 extra_args: SHIELD=tcan4550evm 18 platform_allow: frdm_k64f 19 drivers.can.build_all.mcp251xfd: 20 extra_args: SHIELD=mikroe_mcp2518fd_click 21 platform_allow: lpcxpresso55s28 22 drivers.can.build_all.native_linux: 23 platform_allow: 24 - native_sim 25 - native_sim/native/64 26