You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/03/07 11:58:14 UTC

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #367: controller: remove RIOT specific initialization hack

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:
users@infra.apache.org


With regards,
Apache Git Services