]> git.sur5r.net Git - freertos/commit
Update EFM32 demos to include an option to use the RTC as the clock source when using...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Feb 2016 18:04:50 +0000 (18:04 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Feb 2016 18:04:50 +0000 (18:04 +0000)
commitb4cc54a59d87fa3077a81090e5d25a5c30ae87e4
tree5fbcee4b3a837ba9b0bfc691855bcd7da3c0ecc0
parent299b5f3a7113c6e8e847a262e4b2970ace39505f
Update EFM32 demos to include an option to use the RTC as the clock source when using low power tickless mode.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2412 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/.cproject
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/Full_Demo/main_full.c
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/Low_Power_Demo/low_power_tick_management.c [deleted file]
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/Low_Power_Demo/low_power_tick_management_BURTC.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/Low_Power_Demo/low_power_tick_management_RTC.c [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/Low_Power_Demo/main_low_power.c
FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/main.c