From 34c60cdca30a2106a3bf578b45c9cc4b049310ed Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 20 Mar 2014 13:32:50 +0700 Subject: [PATCH] fix cmsis rtx warning IAR host cmsis rtx work with lpc1769 --- demos/host/host_cmsis_rtx/host_cmsis_rtx.ewp | 56 +++++++++++-------- .../host/host_cmsis_rtx/host_cmsis_rtx.uvopt | 22 ++++---- tinyusb/osal/osal_cmsis_rtx.h | 2 +- 3 files changed, 46 insertions(+), 34 deletions(-) diff --git a/demos/host/host_cmsis_rtx/host_cmsis_rtx.ewp b/demos/host/host_cmsis_rtx/host_cmsis_rtx.ewp index 5211b06c..c2aa460b 100644 --- a/demos/host/host_cmsis_rtx/host_cmsis_rtx.ewp +++ b/demos/host/host_cmsis_rtx/host_cmsis_rtx.ewp @@ -1091,7 +1091,8 @@ CCDefines TUSB_CFG_MCU=MCU_LPC175X_6X BOARD=BOARD_LPCXPRESSO1769 - TUSB_CFG_OS=TUSB_OS_NONE + TUSB_CFG_OS=TUSB_OS_CMSIS_RTX + TUSB_CFG_OS_TASK_PRIO=osPriorityRealtime