From ec881bc21ce27a426e6da68f1a9f871f028fea02 Mon Sep 17 00:00:00 2001 From: yuhzheng Date: Tue, 31 Dec 2019 08:06:33 +0000 Subject: [PATCH] - Updates to projects due to demo folder name change. (IAR source file paths and assembler path were fixed. Keil source file paths were fixed.) - Added back power static library for GCC and IAR. (Power management related interface definitions are in drivers/fsl_power.h. power.c is empty due to "implementation is in header file and power library") - Note for GCC link: the command used for linking is `arm-none-eabi-gcc -nostdlib -L -Xlinker ... -o "CORTEX_M0+_LPC51U68_LPCXpresso.axf" -lpower`. Per GCC doc, static library name in file system is libpower.a. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2785 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../.cproject | 4 +- .../CORTEX_M0+_LPC51U68_IAR.ewp | 31 ++- .../CORTEX_M0+_LPC51U68_IAR.ewt | 3 - .../CORTEX_M0+_LPC51U68_Keil.uvoptx | 226 +++++++++--------- .../CORTEX_M0+_LPC51U68_Keil.uvprojx | 129 +++++----- .../GCC_specific/libpower.a | Bin 0 -> 17992 bytes .../IAR_specific/iar_lib_power.a | Bin 0 -> 8856 bytes 7 files changed, 185 insertions(+), 208 deletions(-) create mode 100644 FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/GCC_specific/libpower.a create mode 100644 FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/IAR_specific/iar_lib_power.a diff --git a/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.cproject b/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.cproject index 7164d9ef8..cafde17d7 100644 --- a/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.cproject +++ b/FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.cproject @@ -231,10 +231,10 @@