Zephyr RTOS Kernel API

The Zephyr kernel C API exposes scheduling, threading, synchronization, memory management, and timer services for real-time embedded applications. It is the foundation that device drivers and application code build on.

API entry from apis.yml

apis.yml Raw ↑
aid: zephyr:zephyr-kernel-api
name: Zephyr RTOS Kernel API
description: The Zephyr kernel C API exposes scheduling, threading, synchronization, memory management,
  and timer services for real-time embedded applications. It is the foundation that device drivers and
  application code build on.
humanURL: https://docs.zephyrproject.org/latest/kernel/index.html
tags:
- RTOS
- Embedded
- Kernel
properties:
- type: Documentation
  url: https://docs.zephyrproject.org/latest/kernel/index.html
- type: APIReference
  url: https://docs.zephyrproject.org/apidoc/latest/index.html
- type: GettingStarted
  url: https://docs.zephyrproject.org/latest/develop/getting_started/index.html
- type: GitHubRepository
  url: https://github.com/zephyrproject-rtos/zephyr