Blame view

RIOT/tests/periph_hwrng/README.md 293 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  Expected result
  ===============
  This test outputs a sequence of random bytes, starting with one, then two and so
  on, until 20 random bytes are printed. Then the application sleeps for a second
  and starts over.
  
  Background
  ==========
  Test the functionality of a platforms HWRNG implementation.