commit | 802f749697c232833fb328c35b4e67626f14732f | [log] [tgz] |
---|---|---|
author | Martin Jäger <martin@libre.solar> | Wed Jul 13 18:07:37 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Sat Jul 16 16:17:11 2022 +0000 |
tree | d57e128b2f3a757ebca44cce5f3a397d1d34591f | |
parent | e8250ea17bdf6d0e36a453dc3ce82e303ce63cda [diff] |
drivers: serial: esp32_usb: remove UART config The built-in USB serial peripheral is a virtual serial and does not allow to be configured like a normal UART. Removing the unused UART config parameters. Also reducing initialization to single-instance only. Signed-off-by: Martin Jäger <martin@libre.solar>