Skip to content

Commit

Permalink
tests: usb: Don't enable stdout console
Browse files Browse the repository at this point in the history
This was causing a stack overflow on the frdm_k64f platform.

Signed-off-by: Maureen Helm <[email protected]>
  • Loading branch information
MaureenHelm committed Sep 14, 2018
1 parent 95be60a commit 4c81e94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/subsys/usb/bos/prj.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
CONFIG_ZTEST=y

CONFIG_STDOUT_CONSOLE=y

CONFIG_USB=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_BOS=y
3 changes: 0 additions & 3 deletions tests/subsys/usb/os_desc/prj.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
CONFIG_ZTEST=y

CONFIG_STDOUT_CONSOLE=y

CONFIG_USB=y
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_OS_DESC=y

0 comments on commit 4c81e94

Please sign in to comment.