haukepetersen opened a new pull request #367: controller: remove RIOT specific 
initialization hack
URL: https://github.com/apache/mynewt-nimble/pull/367
 
 
   We finally added some additional functionality to RIOT's event queue 
implementation to allow for thread context independent event queue 
implementation. With this, there is no need anymore to treat the event queue 
initialization in the controller differently then for other ports.
   
   Only caveat: the code now depends on the fact, that the first call to 
`ble_npl_eventq_get()` must be done from the thread's context, that is supposed 
to host the targeted event queue. But this should be always the case anyway, 
right?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to