Re: [PR] sched/wdog: remove wd_cancel_irq() implement [nuttx]

2025-01-16 Thread via GitHub
xiaoxiang781216 merged PR #15576: URL: https://github.com/apache/nuttx/pull/15576 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] sched/wdog: remove wd_cancel_irq() implement [nuttx]

2025-01-15 Thread via GitHub
nuttxpr commented on PR #15576: URL: https://github.com/apache/nuttx/pull/15576#issuecomment-2594335533 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements.

[PR] sched/wdog: remove wd_cancel_irq() implement [nuttx]

2025-01-15 Thread via GitHub
anchao opened a new pull request, #15576: URL: https://github.com/apache/nuttx/pull/15576 ## Summary sched/wdog: remove wd_cancel_irq() implement we do not need this implement after change the lock from csec to spin_lock Signed-off-by: chao an ## Impact