-
Hi All, Is it possible to make FTD host platform sleep/suspend if no any network activity for from Openthread host for RCP based architecture without impacting any thread functionalities/specifications? host platform can be wakeup using external resource like interrupts. |
Beta Was this translation helpful? Give feedback.
Answered by
abtink
Oct 12, 2023
Replies: 1 comment
-
Yes. This is technically possible ( most likely managed by underlying OS). Some aspects to consider:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jwhui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. This is technically possible ( most likely managed by underlying OS).
Some aspects to consider:
TimeTicker
) which is used for a bunch of different purposes. So this should be taken into account, i.e., host need to be awakened at least once per second to process this.