acassis merged PR #10861:
URL: https://github.com/apache/nuttx/pull/10861
--
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
xiaoxiang781216 commented on PR #10861:
URL: https://github.com/apache/nuttx/pull/10861#issuecomment-1750261212
@acassis done.
--
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
xiaoxiang781216 commented on code in PR #10861:
URL: https://github.com/apache/nuttx/pull/10861#discussion_r1348452190
##
include/nuttx/spinlock.h:
##
@@ -286,6 +304,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock);
/* bool spin_islocked(FAR spinlock_t lock); */
xiaoxiang781216 commented on code in PR #10861:
URL: https://github.com/apache/nuttx/pull/10861#discussion_r1348211142
##
include/nuttx/spinlock.h:
##
@@ -286,6 +304,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock);
/* bool spin_islocked(FAR spinlock_t lock); */
acassis commented on code in PR #10861:
URL: https://github.com/apache/nuttx/pull/10861#discussion_r1347774594
##
include/nuttx/spinlock.h:
##
@@ -286,6 +304,7 @@ void spin_unlock_wo_note(FAR volatile spinlock_t *lock);
/* bool spin_islocked(FAR spinlock_t lock); */
#define
xiaoxiang781216 opened a new pull request, #10861:
URL: https://github.com/apache/nuttx/pull/10861
## Summary
align with Linux api naming.
## Impact
new api
## Testing
ci
--
This is an automated message from the Apache Git Service.
To respond to the messa