1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_hwrng
smlng 6a037ad004 tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
    - correct naming of test coap to pkg_libcoap
2017-01-19 15:20:37 +01:00
..
main.c tests: adapted to HWRNG interface changes 2016-02-14 12:59:47 +01:00
Makefile tests: add prefix to Makefile.tests_common 2017-01-19 15:20:37 +01:00
README.md tests: adapted to HWRNG interface changes 2016-02-14 12:59:47 +01:00

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.