From: yuhzheng Date: Tue, 31 Dec 2019 08:06:33 +0000 (+0000) Subject: - Updates to projects due to demo folder name change. (IAR source file paths and... X-Git-Tag: V10.3.0~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ec881bc21ce27a426e6da68f1a9f871f028fea02;p=freertos - 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 --- 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 @@