[tinyusb] Reject logger.hardware_uart: USB_CDC (#16417)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Keith Burzinski
2026-05-14 15:29:56 -05:00
committed by GitHub
parent 348b92910e
commit 7436d1c199
3 changed files with 22 additions and 1 deletions

View File

@@ -1 +1,6 @@
<<: !include common.yaml
# S2 defaults logger to USB_CDC, which conflicts with tinyusb on the shared
# USB OTG peripheral; route the logger to UART0 so the fixture builds.
logger:
hardware_uart: UART0

View File

@@ -1,5 +1,10 @@
<<: !include tinyusb_common.yaml
# S2 defaults logger to USB_CDC, which conflicts with tinyusb on the shared
# USB OTG peripheral; route the logger to UART0 so the fixture builds.
logger:
hardware_uart: UART0
usb_cdc_acm:
interfaces:
- id: usb_cdc_acm1