xiaoxiang781216 commented on PR #15684: URL: https://github.com/apache/nuttx/pull/15684#issuecomment-2611705666
@anchao your understand isn't fully correct, please reference this document: https://docs.kernel.org/locking/locktypes.html NuttX recent change make the behaivour same as Linux when PREEMPT_RT isn't enabled. If we want to support PREEMPT_RT, we need map spinlock to mutex and migrate ALL interrupt handler to thread context. -- 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]
