zephyrproject-rtos / reqmgmt

9 stars 11 forks source link

Gregshue/zep cpu arch ifc req #40

Closed gregshue closed 6 months ago

gregshue commented 7 months ago

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.