Add MODBUS TCP server sample. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
10 lines
315 B
YAML
10 lines
315 B
YAML
sample:
|
|
name: Modbus TCP Server Sample
|
|
tests:
|
|
sample.modbus.tcp_server:
|
|
tags: modbus
|
|
filter: dt_compat_enabled_with_alias("gpio-leds", "led0") and
|
|
dt_compat_enabled_with_alias("gpio-leds", "led1") and
|
|
dt_compat_enabled_with_alias("gpio-leds", "led2")
|
|
depends_on: gpio, netif
|