zephyr/samples/drivers/random
Kumar Gala e547533435 samples: convert to using newly introduced integer sized types
Convert code to use u{8,16,32,64}_t and s{8,16,32,64}_t instead of C99
integer types.

Jira: ZEP-2051

Change-Id: I08c682bfc0b80dfa88de859e90a011bcd2db2762
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-21 09:53:53 -05:00
..
src samples: convert to using newly introduced integer sized types 2017-04-21 09:53:53 -05:00
Makefile
README.txt
prj.conf
testcase.ini

README.txt

Title: Random

Description:

A simple random number generation example

--------------------------------------------------------------------------------

Building and Running Project:

This project writes an infinite series of random numbers to the
console, 10 per second.

It can be built and executed on frdm_k64f as follows:

    make

Sample Output:

Random Example! arm
random device is 0x2000008c, name is RANDOM_0
  0xd7  0x42  0xb0  0x7b  0x56  0x3b  0xc3  0x43  0x8a  0xa3
  0xfa  0xec  0xd8  0xc3  0x36  0xf8  0x7b  0x82  0x2b  0x39