Allow to use RTU server sample on any board that has supported USB device controller. Although it is only a point to point connection and does not represent a bus, it can, apart from testing the server implementation, also be used practically for example to control relays or to read ADC values via USB connection without implementing custom USB class or driver. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr CDC ACM MODBUS sample"
|
|
CONFIG_UART_LINE_CTRL=y
|