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 2018/04/30 15:33:36 UTC

[GitHub] andrzej-kaczmarek commented on issue #1037: hw/drivers/trng: Add driver for True Random Number Generator (TRNG)

andrzej-kaczmarek commented on issue #1037: hw/drivers/trng: Add driver for True Random Number Generator (TRNG)
URL: https://github.com/apache/mynewt-core/pull/1037#issuecomment-385435810
 
 
   Ok, so since most opinions are in favour of driver for TRNG, I pushed new code which contains only TRNG driver with implementation for nRF52xxx. `nrf52840pdk` has this driver include as `trng` device with `TRNG` syscfg flag.
   
   Also there is only non-blocking version of read API since blocking one is just a wrapper on this one so no need for special driver API here. The `get32` API is still there since it's just convenient way to get simple integer and this one is obviously blocking.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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