Zephyr OS Kernel

Overview

See tests/kernel 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

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/kernel