1sample: 2 name: Modbus TCP Server Sample 3tests: 4 sample.modbus.tcp_server: 5 build_only: true 6 platform_allow: frdm_k64f 7 integration_platforms: 8 - frdm_k64f 9 tags: modbus 10 filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and 11 dt_enabled_alias_with_parent_compat("led1", "gpio-leds") and 12 dt_enabled_alias_with_parent_compat("led2", "gpio-leds") 13 depends_on: 14 - gpio 15 - netif 16