utzig opened a new pull request #2482:
URL: https://github.com/apache/mynewt-core/pull/2482


   * trng: k64f: rename to trng_kinetis - This makes it less specific, since 
the driver should also work on other Kinetis families.
   
   * trng: kinetis: update driver for newer families - Older Kinetis families 
used the RNGA HW module for random number generation, newer models have a 
slightly different HW module called TRNG; this commit adds TRNG API usage 
compatibility, and adds syscfg to allow BSPs to choose from one of the HW 
modules.
   
   * hw: bsp: frdm-k82f: enable TRNG usage
   
   * trng: kinetis: remove delay in poller - This delay was causing a race 
condition on trng_test during console_printf, and can be safely removed.
   
   * trng: kinetis: seed RNGA with SIM->UIDL - This follows the recommendation 
from NXP SDK.


----------------------------------------------------------------
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]


Reply via email to