We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8e16a commit 8750b74Copy full SHA for 8750b74
host/class/msc/usb_host_msc/test_app/sdkconfig.defaults
@@ -4,6 +4,9 @@ CONFIG_TINYUSB_CDC_ENABLED=n
4
CONFIG_TINYUSB_CDC_COUNT=0
5
CONFIG_TINYUSB_HID_COUNT=0
6
7
+# Configure FreeRTOS
8
+CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2304
9
+
10
# Disable watchdogs, they'd get triggered during unity interactive menu
11
# CONFIG_ESP_TASK_WDT_INIT is not set
12
0 commit comments