Skip to content

Commit 8750b74

Browse files
committed
fix(usb_host_msc): Increased default FreeRTOS timer task stack size
1 parent ee8e16a commit 8750b74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

host/class/msc/usb_host_msc/test_app/sdkconfig.defaults

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CONFIG_TINYUSB_CDC_ENABLED=n
44
CONFIG_TINYUSB_CDC_COUNT=0
55
CONFIG_TINYUSB_HID_COUNT=0
66

7+
# Configure FreeRTOS
8+
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2304
9+
710
# Disable watchdogs, they'd get triggered during unity interactive menu
811
# CONFIG_ESP_TASK_WDT_INIT is not set
912

0 commit comments

Comments
 (0)