refractor remove tusbh_msc_is_failed

increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device
added task for msc host freeRTOS with stack = 300 (still cannot execute copy command)
This commit is contained in:
hathach
2014-02-28 18:42:33 +07:00
parent da6b2fbef8
commit 5f8f046eaa
7 changed files with 102 additions and 99 deletions

View File

@@ -60,6 +60,7 @@
#define KEYBOARD_APP_TASK_PRIO (TUSB_CFG_OS_TASK_PRIO-2)
#define MOUSE_APP_TASK_PRIO KEYBOARD_APP_TASK_PRIO
#define CDC_SERIAL_APP_TASK_PRIO KEYBOARD_APP_TASK_PRIO
#define MSC_APP_TASK_PRIO KEYBOARD_APP_TASK_PRIO
#define LED_BLINKING_APP_TASK_PRIO (tskIDLE_PRIORITY+1)