]> begriffs open source - freertos/commit
- Updates to projects due to demo folder name change. (IAR source file paths and...
authorYuhui.Zheng <10982575+yuhui-zheng@users.noreply.github.com>
Tue, 31 Dec 2019 08:06:33 +0000 (08:06 +0000)
committerYuhui.Zheng <10982575+yuhui-zheng@users.noreply.github.com>
Tue, 31 Dec 2019 08:06:33 +0000 (08:06 +0000)
commit8f0eaf274c59151eefc91fcb710752f5509bd6f6
treeab35a58faf0ee5a6b00d0d8d2da6fed0cd983b1f
parent3203c5cc85cae67ac66dcdc485f911a049e7ed5c
- 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<additional lib search path> -Xlinker ... -o "CORTEX_M0+_LPC51U68_LPCXpresso.axf" <all *.o> -lpower`. Per GCC doc, static library name in file system is libpower.a.
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.cproject
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/CORTEX_M0+_LPC51U68_IAR.ewp
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/CORTEX_M0+_LPC51U68_IAR.ewt
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/CORTEX_M0+_LPC51U68_Keil.uvoptx
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/CORTEX_M0+_LPC51U68_Keil.uvprojx
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/GCC_specific/libpower.a [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/IAR_specific/iar_lib_power.a [new file with mode: 0644]