Skip to content

Commit

Permalink
system: Add condition variables
Browse files Browse the repository at this point in the history
Add new section condition variables to the system
requirements.
Add new system requirement for condition variables.

Signed-off-by: Simon Hein <[email protected]>
  • Loading branch information
simhein committed Aug 6, 2024
1 parent aad1581 commit 6f43d58
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/system_requirements/index.sdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 6f43d58

Please sign in to comment.