zephyr/samples/drivers/random
Anas Nashif 0356590df5 tests: samples: fix yaml syntax
Fix indentation and syntax and make it pass yamllint tool.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-15 08:15:00 -04:00
..
src samples: random: Add sentinel to check for buffer overflows 2017-07-07 07:27:39 -05:00
Makefile samples: Add random driver sample. 2016-12-24 16:40:11 +00:00
prj.conf samples: Add random driver sample. 2016-12-24 16:40:11 +00:00
README.txt samples: Add random driver sample. 2016-12-24 16:40:11 +00:00
sample.yaml tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00

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