freeRtos seems to work well with nrf52840

This commit is contained in:
hathach
2018-08-23 14:45:22 +07:00
parent d18a9e8759
commit d478064a80
3 changed files with 28 additions and 23 deletions

View File

@@ -53,7 +53,7 @@
/*------------- RTOS -------------*/
#define CFG_TUSB_OS OPT_OS_FREERTOS
#define CFG_TUD_TASK_PRIO (configMAX_PRIORITIES-2)
#define CFG_TUD_TASK_PRIO (configMAX_PRIORITIES-3)
//#define CFG_TUD_TASK_QUEUE_SZ 16
//#define CFG_TUD_TASK_STACK_SZ 150