-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: portability: cmsis_rtos_v2: hangs on nRF52, 53 and 91 nRF platforms #25196
Comments
Same output seen printed out indefinitely on cc1352r1_launchxl. |
Broken by 10d15d1, not the same problem as #24660. Here the issue is that the periodic timer handler takes longer to run than the interval, and starves the osDelay() that would turn off the timer. This is because the default |
for nrf platforms, the tests/portability/cmsis_rtos_v2 is passed, but it seems that causing it failed on up_squared board. *** Booting Zephyr OS build v2.3.0-rc1-175-gec9a4139834a *** starting test - test_kernel_apis starting test - test_delay starting test - test_thread_apis starting test - test_thread_prio_dynamic starting test - test_messageq |
@chen-png please open another issue for that failure, which could instead be due to unrelated recent changes to that platform. |
yes, i reported another issue #25507 |
Describe the bug
tests: portability: cmsis_rtos_v2 is hanging when executed on nRF targets
To Reproduce
Steps to reproduce the behavior:
Keeps printing:
Expected behavior
Should pass
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: