port osal_mutex to freeRTOS, able to mount mouse & cdc device
tinyusb host stack overflow though
This commit is contained in:
@@ -57,8 +57,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define KEYBOARD_APP_TASK_PRIO (TUSB_CFG_OS_TASK_PRIO-1)
|
||||
#define MOUSE_APP_TASK_PRIO (KEYBOARD_APP_TASK_PRIO-1)
|
||||
#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 LED_BLINKING_APP_TASK_PRIO (tskIDLE_PRIORITY+1)
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user