From e9dbce5f1bfe193884293e7fb555f963c7f2e649 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 25 Apr 2013 11:00:56 +0700 Subject: [PATCH] add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS using plain char for error enum character increase freeRTOS configMAX_PRIORITIES to 16 house keeping & clean up compiler warning --- demos/host/host_freertos/.cproject | 1 + demos/host/src/keyboard_app.c | 12 ++++++++++-- demos/host/src/main.c | 5 +++++ demos/host/src/mouse_app.c | 4 ++++ demos/host/src/tusb_config.h | 1 + tinyusb/common/errors.c | 3 +-- tinyusb/common/errors.h | 3 +-- tinyusb/hal/hal.h | 1 + tinyusb/host/usbh.c | 2 +- tinyusb/osal/osal_common.h | 6 ------ tinyusb/osal/osal_freeRTOS.h | 7 ++++--- tinyusb/tusb_option.h | 4 ++++ vendor/freertos/FreeRTOSConfig.h | 2 +- 13 files changed, 34 insertions(+), 17 deletions(-) diff --git a/demos/host/host_freertos/.cproject b/demos/host/host_freertos/.cproject index da8f3f998..d93e4bdb6 100644 --- a/demos/host/host_freertos/.cproject +++ b/demos/host/host_freertos/.cproject @@ -465,6 +465,7 @@