Update some READMEs. For all implementation of the USBHOST waiter, make sure that the waiter thread stack size is larger if the USB hub feature is enabled

This commit is contained in:
Gregory Nutt
2015-05-03 16:45:44 -06:00
parent aac16a62c8
commit 607ff7d2fb
14 changed files with 64 additions and 21 deletions
+5 -1
View File
@@ -147,7 +147,11 @@
# define CONFIG_USBHOST_DEFPRIO 50
# endif
# ifndef CONFIG_USBHOST_STACKSIZE
# define CONFIG_USBHOST_STACKSIZE 1024
# ifdef CONFIG_USBHOST_HUB
# define CONFIG_USBHOST_STACKSIZE 1536
# else
# define CONFIG_USBHOST_STACKSIZE 1024
# endif
# endif
#endif