anchao opened a new pull request, #12837: URL: https://github.com/apache/nuttx/pull/12837
## Summary spinlock: add support of spin_trylock_irqsave() trylock spinlock in critical section: ``` bool spin_trylock_irqsave(FAR volatile spinlock_t *lock, irqstate_t flags); bool spin_trylock_irqsave_wo_note(FAR volatile spinlock_t *lock, irqstate_t flags); ``` Signed-off-by: chao an <[email protected]> ## Impact N/A ## Testing ci-check -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
