Re: [PR] esp32[|s2|s3]: Update libc stubs to properly acquire/release locks [nuttx]

2024-03-26 Thread via GitHub
acassis merged PR #12003: URL: https://github.com/apache/nuttx/pull/12003 -- 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:

[PR] esp32[|s2|s3]: Update libc stubs to properly acquire/release locks [nuttx]

2024-03-26 Thread via GitHub
tmedicci opened a new pull request, #12003: URL: https://github.com/apache/nuttx/pull/12003 ## Summary * esp32[|s2|s3]: Update libc stubs to properly acquire/release locks. Avoid using global mutexes and recursive mutexes as the locking mechanism to be acquired/released.