Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-10 Thread via GitHub
lupyuen commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782720464 @jlaitine Please remember to fill in the Commit Description. Thanks :-) - https://github.com/apache/nuttx/pull/16149/commits/503534e4967abe907a584637a4e958e46f6c3299 -- This is an au

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-08 Thread via GitHub
lupyuen merged PR #16149: URL: https://github.com/apache/nuttx/pull/16149 -- 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...@nuttx.apac

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
nuttxpr commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782716387 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (milkv_duos:nsh) https://gitlab.co

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782703849 @nuttxpr test milkv_duos:nsh -- 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 c

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
nuttxpr commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782698238 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+15779&type=issues) Build and Test Successful (avaota-a1:nsh) https://gitlab.com

Re: [PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-07 Thread via GitHub
lupyuen commented on PR #16149: URL: https://github.com/apache/nuttx/pull/16149#issuecomment-2782684199 @nuttxpr test avaota-a1:nsh -- 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 co

[PR] libc/semaphore: Read semaphore value by using NXSEM_COUNT macro [nuttx]

2025-04-06 Thread via GitHub
jlaitine opened a new pull request, #16149: URL: https://github.com/apache/nuttx/pull/16149 ## Summary This is a small cleanup for libc nxsem_get_value, to use the provided macro to fetch the semaphore value instead of accessing semaphore internals directly outside of sched/semap