Skip to content

Commit

Permalink
sys/sydio: Kconfig fallback to usb stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed May 30, 2023
1 parent e5fa485 commit e78ad87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/Kconfig.stdio
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ config FORCE_USB_STDIO
choice STDIO_IMPLEMENTATION
bool "STDIO implementation"
default MODULE_STDIO_NATIVE if CPU_ARCH_NATIVE
default MODULE_STDIO_CDC_ACM if MODULE_USBUS && REQUIRES_USB_STDIO
default MODULE_STDIO_TINYUSB_CDC_ACM if MODULE_TINYUSB_DEVICE && REQUIRES_USB_STDIO
default MODULE_STDIO_UART

config MODULE_STDIO_RTT
Expand Down

0 comments on commit e78ad87

Please sign in to comment.