haukepetersen commented on issue #753: npl/riot: Improve timer glue code
URL: https://github.com/apache/mynewt-nimble/pull/753#issuecomment-585654161
 
 
   One more: the overflow issues is also present in `ble_npl_time_delay()`.
   
   Thinking about his a little more, I think that we should actually expose 
fitting functions in RIOT so that we can cleanly map the effected functions:
   - expose `xtimer_usleep64()` in RIOT and use it to map 
`ble_npl_time_delay()` properly
   - add `xtimer_set_timeout_flag64()` and `event_wait_timeout64` to the 
corresponding RIOT APIs and use them in `ble_npl_eventq_get()`.
   
   @bergzand what do you think?

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


With regards,
Apache Git Services

Reply via email to