You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call System::Layer::StartTimer on a FreeRTOS platform before calling PlatformManager::InitChipStack (like TestSystemTimer.cpp does).
The call succeeds, even though the actual event that would cause the timer to fire has not been scheduled. This is because nothing checks the return value of LayerImplFreeRTOS::StartPlatformTimer.
What should probably happen here is:
Add the missing checks.
Fix the test to actually run the platform manager event loop.
Fix things so the platform manager event loop can notice the changes to the system clock the test makes.
Platform
freeRTOS
Platform Version(s)
No response
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
The unit tests have a workaround for this, as described above.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Reproduction steps / Feature
System::Layer::StartTimer
on a FreeRTOS platform before callingPlatformManager::InitChipStack
(like TestSystemTimer.cpp does).LayerImplFreeRTOS::StartPlatformTimer
.What should probably happen here is:
Platform
freeRTOS
Platform Version(s)
No response
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
The unit tests have a workaround for this, as described above.
Anything else?
No response
The text was updated successfully, but these errors were encountered: