2021-03-11 07:44:02 +08:00
|
|
|
sample:
|
|
|
|
name: Modbus TCP Server Sample
|
|
|
|
tests:
|
|
|
|
sample.modbus.tcp_server:
|
2022-02-08 23:46:25 +08:00
|
|
|
build_only: true
|
2021-09-28 02:51:14 +08:00
|
|
|
platform_allow: frdm_k64f
|
2021-03-11 07:44:02 +08:00
|
|
|
tags: modbus
|
2021-09-28 02:51:14 +08:00
|
|
|
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
|
|
|
|
dt_enabled_alias_with_parent_compat("led1", "gpio-leds") and
|
|
|
|
dt_enabled_alias_with_parent_compat("led2", "gpio-leds")
|
|
|
|
depends_on: gpio netif
|