project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.48k stars 2.01k forks source link

GenericPlatformManagerImpl_FreeRTOS should flag itself when it's not running the event loop #20185

Open bzbarsky-apple opened 2 years ago

bzbarsky-apple commented 2 years ago

Problem

When the event loop is stopped, GenericPlatformManagerImpl_FreeRTOS will still think it's running, since it just uses the existence of the task for that check. We should figure out how to properly flag it as "not running event loop right now".

Proposed Solution

Need something.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.