Commit 92fd0483 authored by Projects's avatar Projects

freertos: Enable configUSE_TICKLESS_IDLE.

parent e5017ef4
...@@ -85,8 +85,8 @@ extern "C" { ...@@ -85,8 +85,8 @@ extern "C" {
#define configUSE_PREEMPTION ( 1 ) #define configUSE_PREEMPTION ( 1 )
/* Energy saving modes */ /* Energy saving modes */
#define configUSE_TICKLESS_IDLE ( 0 ) #define configUSE_TICKLESS_IDLE ( 1 )
/* Available options when configUSE_TICKLESS_IDLE set to 1 /* Available options when configUSE_TICKLESS_IDLE set to 1
* or configUSE_SLEEP_MODE_IN_IDLE set to 1 : * or configUSE_SLEEP_MODE_IN_IDLE set to 1 :
* 1 - EM1, 2 - EM2, 3 - EM3, timer in EM3 is not very accurate*/ * 1 - EM1, 2 - EM2, 3 - EM3, timer in EM3 is not very accurate*/
#define configSLEEP_MODE ( 1 ) #define configSLEEP_MODE ( 1 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment