From 6f43d5809c90e11982e4b4470e4e2f229f6f8f24 Mon Sep 17 00:00:00 2001 From: Simon Hein Date: Mon, 22 Jul 2024 13:16:40 +0200 Subject: [PATCH] system: Add condition variables Add new section condition variables to the system requirements. Add new system requirement for condition variables. Signed-off-by: Simon Hein --- docs/system_requirements/index.sdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/system_requirements/index.sdoc b/docs/system_requirements/index.sdoc index 0f63dd0..87d8f1e 100644 --- a/docs/system_requirements/index.sdoc +++ b/docs/system_requirements/index.sdoc @@ -293,3 +293,18 @@ Zepyhr shall provide a framework mechanism for tracing low level system operatio USER_STORY: >>> As a Zephyr RTOS user, I want to be able to trace different OS operations. <<< + +[SECTION] +TITLE: Condition Variables + +[REQUIREMENT] +UID: ZEP-SYRS-21 +STATUS: Draft +TYPE: Non-Functional +COMPONENT: Condition Variables +TITLE: Condition Variables +STATEMENT: >>> +The Zephyr RTOS shall provide a framework to synchronize threads based on a condition variable. +<<< + +[/SECTION]