Hardware Architecture Interface
SPDX-License-Identifier: Apache-2.0
The Zephyr RTOS shall provide an interface functionality to access memory while ensuring mutual exclusion. Note: Implementation by atomic variables and accessing them by APIs.
As a Zephyr RTOS user I want to read from or write into a memory areas without being disturbed by other threads or ISRs.
The Zephyr RTOS shall provide a mechanism for context switching between threads.
As a Zephyr RTOS user I want to execute code concurrently in one or more threads and when interrupted at a code location in a thread, to continue at the very same location.
The Zephyr RTOS shall provide an interface to implement software exceptions.
As a Zephyr RTOS user I want to catch any software exception and handle it according to my application needs.
The Zephyr RTOS shall provide an interface for managing processor modes.
If MCU power state was meant here: As a Zephyr RTOS user I want to control the MCU's power saving mode such e.g. operation, sleep, deep sleep or similar as supported by the selected MCU.