Bridge Component
The bridge component forwards data between two interfaces on the device, so that whatever is connected to one side
can talk to whatever is connected to the other. Each pairing of interfaces is provided by a platform; the following are
available:
- CDC-ACM UART Bridge: presents a UART to a computer as a USB serial port.
# Example configuration entrybridge: - platform: cdc_acm_uart uart_id: uart_bus usb_cdc_acm_id: cdc_interfaceSee the platform’s page for its configuration variables.