Soft timer implement!

nobody wrote on Monday, July 31, 2006:

How to implement soft timer using freertos?
My task want to implement  one-shot timer and periodic timer.

nobody wrote on Monday, July 31, 2006:

I presume you use a hardware peripheral, just like the kernel uses a timer to generate the periodic tick?   Is this what you mean?  Alternatively you could use a tick hook for periodic processing.

nobody wrote on Tuesday, August 01, 2006:

Oh! YES! I just want to use tick hook. But I don’t know tick hook whether or not influence the kernel performance.