1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_hwrng
2021-01-20 17:36:14 +01:00
..
tests tests/periph_hwrng: add automated python test 2019-04-25 15:21:26 +02:00
app.config.test tests: add common Kconfig configuration for sync 2021-01-20 17:36:14 +01:00
main.c tests/periph_hwrng: remove hwrng_init 2017-12-08 08:08:33 +01:00
Makefile applications: remove 'TEST_ON_CI_WHITELIST += all' 2019-08-21 12:51:17 +02: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.