Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/modules/os/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ Module Documents

requirements/index.rst
requirements/aou_req.rst
requirements/aou_req_qnx.rst
4 changes: 2 additions & 2 deletions docs/modules/os/docs/requirements/aou_req.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

Assumptions of Use
##################
Generic Assumptions of Use
##########################

.. document:: Operating System Assumptions of Use
:id: doc__os_aou
Expand Down
54 changes: 54 additions & 0 deletions docs/modules/os/docs/requirements/aou_req_qnx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
..
# *******************************************************************************
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

Assumptions of Use - QNX
########################

.. document:: QNX Assumptions of Use
:id: doc__os_aou_qnx
:status: draft
:safety: ASIL_B
:security: YES
:realizes: wp__requirements_comp

Note: Document is draft until all relevant restrictions from the QNX safety manual(s) are included.

The assumption of use identifiers below are extracted from all QNX safety manual restrictions for the relevant
components of the "OS". Recommendations are not extracted because S-CORE does not implement these.

The list enables feature teams with access to the QNX safety manual to link to their architecture
(static or dynamic views) the AoUs which their module's components cover.
This can be used by the system integrator as a starting point to show compliance to the QNX AoU.
In the below list all AoU/Restrictions are set to "invalid" if those are not applicable to the S-CORE
SW platform, including an argumentation why.

.. aou_req:: RST-0001
:id: aou_req__os__rst0001
:reqtype: Functional
:security: YES
:safety: ASIL_B
:status: valid

see QNX OsSafetyManual

.. aou_req:: RST-0002
:id: aou_req__os__rst0002
:reqtype: Functional
:security: YES
:safety: ASIL_B
:status: invalid

not relevant for S-CORE, no target HW

more to come ...
Loading