Skip to content

Commit

Permalink
pkg/tinyusb: sys: fix stdio buffered inclusion in Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jun 17, 2023
1 parent a8ef65d commit 3b505a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/tinyusb/cdc_acm_stdio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ config MODULE_STDIO_TINYUSB_CDC_ACM
depends on MODULE_TINYUSB_DEVICE
depends on MODULE_TINYUSB_CLASS_CDC
select MODULE_STDIO_AVAILABLE
select USE_STDOUT_BUFFERED

endchoice
2 changes: 1 addition & 1 deletion sys/Kconfig.picolibc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if MODULE_PICOLIBC

config PICOLIBC_STDOUT_BUFFERED
config MODULE_PICOLIBC_STDOUT_BUFFERED
bool "Buffered standard output"
default USE_STDOUT_BUFFERED
help
Expand Down
1 change: 1 addition & 0 deletions sys/Kconfig.stdio
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ config MODULE_STDIO_SEMIHOSTING
depends on HAS_ARCH_ARM || HAS_ARCH_RISCV
select MODULE_ZTIMER
select MODULE_ZTIMER_MSEC
select USE_STDOUT_BUFFERED

config MODULE_SLIPDEV_STDIO
bool "SLIP network device"
Expand Down
2 changes: 2 additions & 0 deletions sys/usb/usbus/cdc/acm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,7 @@ config MODULE_STDIO_CDC_ACM
depends on MODULE_USBUS_CDC_ACM && !MODULE_TINYUSB_DEVICE
select MODULE_ISRPIPE
select MODULE_STDIO_AVAILABLE
select USE_STDOUT_BUFFERED


endchoice

0 comments on commit 3b505a2

Please sign in to comment.