From fa83ba32a537f566a41885730e6a79c7167f5d11 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 13 Mar 2014 13:23:33 +0700 Subject: fix all build error with IAR - host/host_freertos/host_freertos.ewp - host/host_os_none/host_os_none.ewp - device/device_os_none/device_os_none.eww fix IAR ending warning --- demos/device/device_os_none/device_os_none.ewp | 92 ++++++++++------------ demos/device/device_os_none/device_os_none.eww | 26 +++++- demos/host/host_freertos/host_freertos.ewp | 65 +++++++-------- demos/host/host_freertos/host_freertos.eww | 18 ++++- demos/host/host_os_none/host_os_none.ewp | 57 +++++++------- demos/host/host_os_none/host_os_none.eww | 18 ++++- demos/host/src/tusb_config.h | 2 +- vendor/freertos/freertos/Source/croutine.c | 60 +++++++------- vendor/freertos/freertos/Source/include/FreeRTOS.h | 26 +++--- vendor/freertos/freertos/Source/include/projdefs.h | 18 ++--- vendor/freertos/freertos/Source/list.c | 18 ++--- .../freertos/Source/portable/IAR/ARM_CM3/port.c | 2 +- .../freertos/Source/portable/IAR/ARM_CM4F/port.c | 2 +- .../freertos/Source/portable/MemMang/heap_4.c | 34 ++++---- vendor/freertos/freertos/Source/queue.c | 18 ++--- vendor/freertos/freertos/Source/tasks.c | 8 +- vendor/freertos/freertos/Source/timers.c | 18 ++--- 17 files changed, 265 insertions(+), 217 deletions(-) diff --git a/demos/device/device_os_none/device_os_none.ewp b/demos/device/device_os_none/device_os_none.ewp index cdc37c9db..28fe41262 100644 --- a/demos/device/device_os_none/device_os_none.ewp +++ b/demos/device/device_os_none/device_os_none.ewp @@ -297,8 +297,8 @@