From 4ffc64b6e75fd32d447726ada8dbe53acefd1939 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 19 Mar 2014 13:12:19 +0700 Subject: [PATCH] able to build cmsis rtx with lpcxpresso7 with float=hard --- .../device_os_none/device_os_none.uvproj | 58 ++++---- demos/host/host_cmsis_rtx/.cproject | 126 +++++++++--------- 2 files changed, 94 insertions(+), 90 deletions(-) diff --git a/demos/device/device_os_none/device_os_none.uvproj b/demos/device/device_os_none/device_os_none.uvproj index 97a1b9e7a..9c1634656 100644 --- a/demos/device/device_os_none/device_os_none.uvproj +++ b/demos/device/device_os_none/device_os_none.uvproj @@ -347,7 +347,7 @@ 0 0 - --gnu --c99 --diag_suppress=66 + --gnu --c99 CORE_M4 TUSB_CFG_MCU=MCU_LPC43XX BOARD=BOARD_EA4357 TUSB_CFG_OS=TUSB_OS_NONE ..\src;..\..\..\mcu\lpc43xx\CMSIS_LPC43xx_DriverLib\inc;..\..\..\boards;..\..\..\tinyusb;..\..\..\vendor\fatfs @@ -614,7 +614,7 @@ - bsp lpc11uxx + lpc11uxx 0 @@ -695,7 +695,7 @@ - bsp lpc13uxx + lpc13uxx 0 @@ -776,7 +776,7 @@ - bsp lpc175x_6x + lpc175x_6x 0 @@ -867,7 +867,7 @@ - bsp lpc43xx + lpc43xx lpc43xx_cgu.c @@ -1561,7 +1561,7 @@ - bsp lpc11uxx + lpc11uxx 0 @@ -1642,7 +1642,7 @@ - bsp lpc13uxx + lpc13uxx 0 @@ -1723,7 +1723,7 @@ - bsp lpc175x_6x + lpc175x_6x 0 @@ -1814,7 +1814,7 @@ - bsp lpc43xx + lpc43xx lpc43xx_cgu.c @@ -2201,7 +2201,7 @@ 0 0 - --gnu --c99 --diag_suppress=66 + --gnu --c99 TUSB_CFG_MCU=MCU_LPC13UXX BOARD=BOARD_LPCXPRESSO1347 TUSB_CFG_OS=TUSB_OS_NONE ..\..\..\mcu\lpc13uxx\CMSIS_CORE_LPC13Uxx\inc;..\..\..\mcu\lpc13uxx\LPC13Uxx_DriverLib\inc;..\src;..\..\..\boards;..\..\..\tinyusb @@ -2468,7 +2468,7 @@ - bsp lpc11uxx + lpc11uxx 0 @@ -2549,7 +2549,7 @@ - bsp lpc13uxx + lpc13uxx startup_LPC13Uxx.s @@ -2574,7 +2574,7 @@ - bsp lpc175x_6x + lpc175x_6x 0 @@ -2665,7 +2665,7 @@ - bsp lpc43xx + lpc43xx 0 @@ -3108,7 +3108,7 @@ 0 0 - --gnu --c99 --diag_suppress=66 + --gnu --c99 TUSB_CFG_MCU=MCU_LPC175X_6X BOARD=BOARD_LPCXPRESSO1769 TUSB_CFG_OS=TUSB_OS_NONE ..\..\..\mcu\lpc175x_6x\CMSIS_CORE_LPC17xx\inc;..\..\..\mcu\lpc175x_6x\LPC17xx_DriverLib\include;..\src;..\..\..\boards;..\..\..\tinyusb @@ -3375,7 +3375,7 @@ - bsp lpc11uxx + lpc11uxx 0 @@ -3456,7 +3456,7 @@ - bsp lpc13uxx + lpc13uxx 0 @@ -3537,7 +3537,7 @@ - bsp lpc175x_6x + lpc175x_6x system_LPC17xx.c @@ -3572,7 +3572,7 @@ - bsp lpc43xx + lpc43xx 0 @@ -4015,7 +4015,7 @@ 0 0 - --gnu --c99 --diag_suppress=66 + --gnu --c99 TUSB_CFG_MCU=MCU_LPC11UXX BOARD=BOARD_RF1GHZNODE TUSB_CFG_OS=TUSB_OS_NONE ..\..\..\mcu\lpc11uxx\CMSIS_CORE_LPC11Uxx\inc;..\..\..\mcu\lpc11uxx\LPC11Uxx_DriverLib;..\src;..\..\..\boards;..\..\..\tinyusb @@ -4322,7 +4322,7 @@ - bsp lpc11uxx + lpc11uxx system_LPC11Uxx.c @@ -4347,7 +4347,7 @@ - bsp lpc13uxx + lpc13uxx 0 @@ -4428,7 +4428,7 @@ - bsp lpc175x_6x + lpc175x_6x 0 @@ -4519,7 +4519,7 @@ - bsp lpc43xx + lpc43xx 0 @@ -4962,7 +4962,7 @@ 0 0 - --gnu --c99 --diag_suppress=66 + --gnu --c99 CORE_M4 TUSB_CFG_MCU=MCU_LPC43XX BOARD=BOARD_NGX4330 TUSB_CFG_OS=TUSB_OS_NONE ..\src;..\..\..\mcu\lpc43xx\CMSIS_LPC43xx_DriverLib\inc;..\..\..\boards;..\..\..\tinyusb;..\..\..\vendor\fatfs @@ -5229,7 +5229,7 @@ - bsp lpc11uxx + lpc11uxx 0 @@ -5310,7 +5310,7 @@ - bsp lpc13uxx + lpc13uxx 0 @@ -5391,7 +5391,7 @@ - bsp lpc175x_6x + lpc175x_6x 0 @@ -5482,7 +5482,7 @@ - bsp lpc43xx + lpc43xx lpc43xx_cgu.c diff --git a/demos/host/host_cmsis_rtx/.cproject b/demos/host/host_cmsis_rtx/.cproject index 366af8823..e8c99b0d3 100644 --- a/demos/host/host_cmsis_rtx/.cproject +++ b/demos/host/host_cmsis_rtx/.cproject @@ -150,14 +150,14 @@