Entropy (Random-Number Generator)

Overview

See tests/drivers/entropy and tests/crypto/rand32 for the original scope of tests, its structure and description.

Requirements

You will need an ST-LINK/V2 debug tool adapter already connected to the TiaC Magpie board, which has an already configured UART console connection.

Building and Running

Drivers

Build and run the tests on target as follows:

$ ./zephyr/scripts/twister \
    --verbose --jobs 4 --inline-logs \
    --enable-size-report --platform-reports \
    --device-testing --hardware-map map.yaml \
    --board-root bridle/boards \
    --testcase-root zephyr/tests/drivers/entropy

Cryptography

Build and run the tests on target as follows:

$ ./zephyr/scripts/twister \
    --verbose --jobs 4 --inline-logs \
    --enable-size-report --platform-reports \
    --device-testing --hardware-map map.yaml \
    --board-root bridle/boards \
    --testcase-root zephyr/tests/crypto/rand32