-
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
Use small lock to protect resources related to irq in arch ARM. #15625
Conversation
[Experimental Bot, please feedback here] No, this PR does not fully meet the NuttX requirements as described. While it provides some information, it lacks crucial details and context. Here's a breakdown of the deficiencies: Summary:
Impact:
Testing:
In short, the PR needs significantly more detail to meet the NuttX requirements. It should clearly explain the problem being solved, the solution implemented, and the impact of the change on different aspects of the system, backed up by concrete testing results. |
682cacc
to
bad22a0
Compare
bcaa392
to
49faf60
Compare
5829997
to
85c4971
Compare
Signed-off-by: wangzhi16 <[email protected]>
@@ -41,8 +41,10 @@ | |||
* Private Data | |||
****************************************************************************/ | |||
#ifdef CONFIG_ARCH_IRQPRIO | |||
#if defined(CONFIG_DEBUG_IRQ_INFO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge with previous line
* Private Data | ||
****************************************************************************/ | ||
|
||
#if defined(CONFIG_DEBUG_IRQ_INFO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dup
Note: Please adhere to Contributing Guidelines.
Summary
Use small lock to protect resources about irq in arch ARM.
Impact
Some logic related to irq under arm architecture.
Testing
CI