andrzej-kaczmarek commented on issue #2004: URL: https://github.com/apache/mynewt-nimble/issues/2004#issuecomment-2706258058
I think we could try to remove critical sections from rfmgmt code entirely. The only usage of rfmgmt outside LL task context seems to be the rfmgmt timer, at least this is the only I could find after a quick scan though the code. If we change that to either send an event to LL queue in order to serialize rfmgmt calls or replace the timer with a callout, critical sections should not be necessary. -- 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]
