-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
timers: Replace DEBUGASSERT with the error code, reopen from #12484 #14619
Conversation
[Experimental Bot, please feedback here] Yes, this PR appears to meet the NuttX requirements, although the provided information is minimal. It would benefit from more detail, especially in the Testing section. Here's a breakdown of why it mostly meets the requirements and where it could be improved: Strengths:
Weaknesses & Areas for Improvement:
In short: While the core information is present, the PR needs more thoroughness in the Impact and Testing sections to meet the NuttX requirements fully. Adding the missing details will significantly improve the review process and increase confidence in the change. |
fix the issue report here: https://lists.apache.org/thread/sys37yf63rq501fd1v8y3zyh6vk10v1d when driver no support for ops, should not panic, prefer errno. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Signed-off-by: buxiasen <buxiasen@xiaomi.com>
c09d605
to
eb6852e
Compare
Summary
If the timer driver is not support both getstatus and tick_getstatus,
we should not raise a panic, return -ENOSYS will prefer.
#7494
#13606
#14514
Impact
when timer driver no support for get status, will no longer panic, just return a -ENOSYS.
Testing
CI-test & local stm32h7