TaiJuWu commented on code in PR #10776: URL: https://github.com/apache/nuttx/pull/10776#discussion_r1359587912
########## sched/Kconfig: ########## @@ -318,6 +318,12 @@ config TICKET_SPINLOCK endif # SPINLOCK +config RW_SPINLOCK + bool "Support read-write Spinlocks" + default y + ---help--- + Support Read-write spinlock Review Comment: Done. Please review. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org