aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-synchronization.bb
blob: a55736b69cb7c11aee05cc24f8455b7ec7075e8c (plain)
1
2
3
4
5
6
7
8
SUMMARY = "Synchronization Zephyr Sample"
DESCRIPTION = "A simple Zephyr application that demonstrates basic sanity of \
the kernel. It demonstrates that kernel scheduling, communication and timing \
operate correctly by printing a greeting to the console from two threads."

include zephyr-sample.inc

ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/synchronization"