Skip to content

Commit b84b068

Browse files
committed
update: increase host stack size
Signed-off-by: sakumisu <[email protected]>
1 parent 9d29fec commit b84b068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cherryusb_config_template.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
#define CONFIG_USBHOST_PSC_PRIO 0
173173
#endif
174174
#ifndef CONFIG_USBHOST_PSC_STACKSIZE
175-
#define CONFIG_USBHOST_PSC_STACKSIZE 2048
175+
#define CONFIG_USBHOST_PSC_STACKSIZE 4096
176176
#endif
177177

178178
//#define CONFIG_USBHOST_GET_STRING_DESC

osal/idf/usb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
#define CONFIG_USBHOST_PSC_PRIO 0
169169
#endif
170170
#ifndef CONFIG_USBHOST_PSC_STACKSIZE
171-
#define CONFIG_USBHOST_PSC_STACKSIZE 2048
171+
#define CONFIG_USBHOST_PSC_STACKSIZE 4096
172172
#endif
173173

174174
//#define CONFIG_USBHOST_GET_STRING_DESC

0 commit comments

Comments
 (0)