The Zephyr Kernel(?) defines the HW Architecture interface used by the Zephyr Kernel. This PR captures the specific requirements for some of the API functions related to interrupt enable/disable/lock/unlock. These methods are needed to establish critical sections for atomic operations.
NOTE: The requirements within the Safety Scope must indicate how and where the HW Architecture APi is used by the Zephyr Kernel.
The Zephyr Kernel(?) defines the HW Architecture interface used by the Zephyr Kernel. This PR captures the specific requirements for some of the API functions related to interrupt enable/disable/lock/unlock. These methods are needed to establish critical sections for atomic operations.
NOTE: The requirements within the Safety Scope must indicate how and where the HW Architecture APi is used by the Zephyr Kernel.