threadx icon indicating copy to clipboard operation
threadx copied to clipboard

add info on low power based on the idle thread

Open foldl opened this issue 3 years ago • 2 comments

It's better to give some information on low power based on the idle thread. An example (template) of the idle thread is given.

There are other RTOSes that have an idle task as default. For developers who are porting projects, with this information available, I think issues like #172 can be avoided.

foldl avatar Jul 13 '22 09:07 foldl

CLA assistant check
All CLA requirements met.

Hi @foldl - we have updated the low_power.md documentation and it will be available in the next release, scheduled for the end of July. We do make the suggestion that an idle thread is one possible implementation, but we do not have an example of an idle thread.

goldscott avatar Jul 14 '22 22:07 goldscott

We updated the documentation in the 6.1.12 release: https://github.com/azure-rtos/threadx/blob/master/utility/low_power/low_power.md

goldscott avatar Sep 12 '22 20:09 goldscott