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 2022/06/07 13:17:11 UTC

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request, #1272: controller: use OS specific PRNG for RIOT builds

haukepetersen opened a new pull request, #1272:
URL: https://github.com/apache/mynewt-nimble/pull/1272

   Currently the controller is using jrand48() to generate pseudo
   random numbers. For RIOT builds this commit switches to the RIOT
   build-in PRNG API, as this has two benefits: i) it saves 500bytes
   of flash and ii) jrand48() internally uses malloc, which has been
   source to runtime failures in the past.


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] haukepetersen commented on pull request #1272: controller: use OS specific PRNG for RIOT builds

Posted by GitBox <gi...@apache.org>.
haukepetersen commented on PR #1272:
URL: https://github.com/apache/mynewt-nimble/pull/1272#issuecomment-1150711470

   All green -> go


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] haukepetersen merged pull request #1272: controller: use OS specific PRNG for RIOT builds

Posted by GitBox <gi...@apache.org>.
haukepetersen merged PR #1272:
URL: https://github.com/apache/mynewt-nimble/pull/1272


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #1272: controller: use OS specific PRNG for RIOT builds

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1272:
URL: https://github.com/apache/mynewt-nimble/pull/1272#issuecomment-1148663413

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org