From 8f0eaf274c59151eefc91fcb710752f5509bd6f6 Mon Sep 17 00:00:00 2001 From: "Yuhui.Zheng" <10982575+yuhui-zheng@users.noreply.github.com> 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. --- .../.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 7164d9ef8d..cafde17d76 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 @@