text stringlengths 9 39.2M | dir stringlengths 25 226 | lang stringclasses 163
values | created_date timestamp[s] | updated_date timestamp[s] | repo_name stringclasses 751
values | repo_full_name stringclasses 752
values | star int64 1.01k 183k | len_tokens int64 1 18.5M |
|---|---|---|---|---|---|---|---|---|
```restructuredtext
.. _bluetooth_mesh_dfd_srv:
Firmware Distribution Server
############################
The Firmware Distribution Server model implements the Distributor role for the
:ref:`bluetooth_mesh_dfu` subsystem. It extends the :ref:`bluetooth_mesh_blob_srv`, which it uses to
receive the firmware image binar... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/dfd_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 349 |
```restructuredtext
.. _bluetooth_mesh_sar_cfg:
Segmentation and reassembly (SAR)
#################################
Segmentation and reassembly (SAR) provides a way of handling larger upper transport layer messages
in a mesh network, with a purpose of enhancing the Bluetooth Mesh throughput. The segmentation and
reas... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/sar_cfg.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,938 |
```restructuredtext
.. _bluetooth_mesh_shell:
Bluetooth Mesh Shell
####################
The Bluetooth Mesh shell subsystem provides a set of Bluetooth Mesh shell commands for the
:ref:`shell_api` module. It allows for testing and exploring the Bluetooth Mesh API through an
interactive interface, without having to wri... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/shell.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 18,923 |
```restructuredtext
.. _bluetooth_mesh_core:
Core
####
The core provides functionality for managing the general Bluetooth Mesh
state.
.. _bluetooth_mesh_lpn:
Low Power Node
**************
The Low Power Node (LPN) role allows battery powered devices to participate in
a mesh network as a leaf node. An LPN interacts ... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/core.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,297 |
```restructuredtext
.. _bluetooth_mesh_msg:
Message
#######
The Bluetooth Mesh message provides set of structures, macros and functions used
for preparing message buffers, managing message and acknowledged message
contexts.
API reference
*************
.. doxygengroup:: bt_mesh_msg
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/msg.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 55 |
```restructuredtext
.. _bluetooth_mesh_models_priv_beacon_srv:
Private Beacon Server
#####################
The Private Beacon Server model is a foundation model defined by the Bluetooth
mesh specification. It is enabled with
:kconfig:option:`CONFIG_BT_MESH_PRIV_BEACON_SRV` option.
The Private Beacon Server model is ... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/priv_beacon_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 350 |
```restructuredtext
.. _bluetooth_mesh_cfg:
Runtime Configuration
#####################
The runtime configuration API allows applications to change their runtime
configuration directly, without going through the Configuration models.
Bluetooth Mesh nodes should generally be configured by a central network
configurat... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/cfg.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 197 |
```restructuredtext
.. _bluetooth_mesh_blob_srv:
BLOB Transfer Server
####################
The Binary Large Object (BLOB) Transfer Server model implements reliable receiving of large binary
objects. It serves as the backend of the :ref:`bluetooth_mesh_dfu_srv`, but can also be used for
receiving other binary images.
... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/blob_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 942 |
```restructuredtext
.. _bluetooth_mesh_od_srv:
On-Demand Private Proxy Server
##############################
The On-Demand Private Proxy Server model is a foundation model defined by the Bluetooth Mesh
specification. It is enabled with the :kconfig:option:`CONFIG_BT_MESH_OD_PRIV_PROXY_SRV` option.
The On-Demand Priv... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/od_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 263 |
```restructuredtext
.. _bluetooth_mesh_provisioning:
Provisioning
############
Provisioning is the process of adding devices to a mesh network. It requires
two devices operating in the following roles:
* The *provisioner* represents the network owner, and is responsible for
adding new nodes to the mesh network.
* ... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/provisioning.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,744 |
```restructuredtext
.. _bluetooth_mesh_models_rpr_cli:
Remote Provisioning Client
##########################
The Remote Provisioning Client model is a foundation model defined by the Bluetooth
mesh specification. It is enabled with the
:kconfig:option:`CONFIG_BT_MESH_RPR_CLI` option.
The Remote Provisioning Client m... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/rpr_cli.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,285 |
```restructuredtext
.. _bluetooth_mesh_models_health_cli:
Health Client
#############
The Health Client model interacts with a Health Server model to read out
diagnostics and control the node's attention state.
All message passing functions in the Health Client API have ``cli`` as
their first parameter. This is a po... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/health_cli.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 192 |
```restructuredtext
.. _bluetooth_mesh_srpl_srv:
Solicitation PDU RPL Configuration Server
#########################################
The Solicitation PDU RPL Configuration Server model is a foundation model defined by the Bluetooth
mesh specification. The model is enabled if the node has the :ref:`bluetooth_mesh_od_s... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/srpl_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 307 |
```restructuredtext
.. _bt_mesh_proxy:
Proxy
#####
The Proxy feature allows legacy devices like phones to access the Bluetooth Mesh network through
GATT. The Proxy feature is only compiled in if the :kconfig:option:`CONFIG_BT_MESH_GATT_PROXY`
option is set. The Proxy feature state is controlled by the :ref:`bluetooth... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/proxy.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 758 |
```restructuredtext
.. _bluetooth_mesh_srpl_cli:
Solicitation PDU RPL Configuration Client
#########################################
The Solicitation PDU RPL Configuration Client model is a foundation model defined by the Bluetooth
mesh specification. The model is optional, and is enabled through the
:kconfig:option:... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/srpl_cli.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 319 |
```restructuredtext
.. _bluetooth_mesh_models_op_agg_srv:
Opcodes Aggregator Server
#########################
The Opcodes Aggregator Server model is a foundation model defined by the Bluetooth
mesh specification. It is an optional model, enabled with the
:kconfig:option:`CONFIG_BT_MESH_OP_AGG_SRV` option.
The Opcode... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/op_agg_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 253 |
```restructuredtext
.. _bluetooth_mesh_heartbeat:
Heartbeat
#########
The Heartbeat feature provides functionality for monitoring Bluetooth Mesh nodes
and determining the distance between nodes.
The Heartbeat feature is configured through the :ref:`bluetooth_mesh_models_cfg_srv` model.
Heartbeat messages
**********... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/heartbeat.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 468 |
```restructuredtext
.. _bluetooth_mesh_models_cfg_srv:
Configuration Server
####################
The Configuration Server model is a foundation model defined by the Bluetooth Mesh
specification. The Configuration Server model controls most parameters of the
mesh node. It does not have an API of its own, but relies on... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/cfg_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 115 |
```restructuredtext
.. _bluetooth_mesh_models_rpr_srv:
Remote Provisioning Server
##########################
The Remote Provisioning Server model is a foundation model defined by the Bluetooth
mesh specification. It is enabled with the
:kconfig:option:`CONFIG_BT_MESH_RPR_SRV` option.
The Remote Provisioning Server m... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/rpr_srv.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 356 |
```restructuredtext
.. _bluetooth_mesh_dfu_cli:
Firmware Update Client
######################
The Firmware Update Client is responsible for distributing firmware updates through the mesh
network. The Firmware Update Client uses the :ref:`bluetooth_mesh_blob_cli` as a transport for its
transfers.
API reference
*****... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/dfu_cli.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 76 |
```restructuredtext
.. _bluetooth_mesh_stat:
Frame statistic
###############
The frame statistic API allows monitoring the number of received frames over
different interfaces, and the number of planned and succeeded transmission and
relaying attempts.
The API helps the user to estimate the efficiency of the advertis... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/statistic.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 110 |
```restructuredtext
.. _bluetooth_mesh_lcd_cli:
Large Composition Data Client
#############################
The Large Composition Data Client model is a foundation model defined by the Bluetooth Mesh
specification. The model is optional, and is enabled through the
:kconfig:option:`CONFIG_BT_MESH_LARGE_COMP_DATA_CLI` ... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/lcd_cli.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 200 |
```xml
<mxfile host="app.diagrams.net" modified="2020-05-26T14:53:51.521Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36" etag="s8sJTW5-KFsHNyjbjU1j" version="13.1.3" type="device"><diagram name="Page-1" id="13e1069c-82ec-6db2-03f1-153e76fe0fe0">7Vxbc... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/images/dfu_srv.xml | xml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 981 |
```restructuredtext
.. _bluetooth_mesh_access:
Access layer
############
The access layer is the application's interface to the Bluetooth Mesh network.
The access layer provides mechanisms for compartmentalizing the node behavior
into elements and models, which are implemented by the application.
Mesh models
*******... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/access.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,805 |
```xml
<mxfile host="app.diagrams.net" modified="2020-05-29T14:09:52.315Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36" etag="l8dRUjEUGN8CH7xVsUCB" version="13.1.3" type="device"><diagram id="an1P-291YU46igf0sxVC" name="Page-1">7Zzfb6M4EMf/mkh7DycBt... | /content/code_sandbox/doc/connectivity/bluetooth/api/mesh/images/blob_srv.xml | xml | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 965 |
```restructuredtext
.. _bluetooth_volume:
Bluetooth Audio Volume Control
##############################
API Reference
*************
.. doxygengroup:: bt_gatt_vcp
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/volume.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 33 |
```restructuredtext
Bluetooth: Isochronous Channels
################################
Commands
********
.. code-block:: console
iso --help
iso - Bluetooth ISO shell commands
Subcommands:
cig_create :[dir=tx,rx,txrx] [interval] [packing] [framing] [latency] [sdu]
[phy] [rtn]
cig... | /content/code_sandbox/doc/connectivity/bluetooth/api/shell/iso.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 377 |
```restructuredtext
.. _bluetooth_media:
Bluetooth Media
###############
API Reference
*************
Media Control Service
=====================
.. doxygengroup:: bt_mcs
Media Proxy
===========
.. doxygengroup:: bt_media_proxy
Media Control Client
====================
.. doxygengroup:: bt_gatt_mcc
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/media.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 72 |
```restructuredtext
.. _bluetooth_coordinated_sets:
Bluetooth Coordinated Sets
##########################
API Reference
*************
.. doxygengroup:: bt_gatt_csip
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/coordinated_sets.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 35 |
```restructuredtext
.. _bluetooth_microphone:
Bluetooth Microphone Control
############################
API Reference
*************
.. doxygengroup:: bt_gatt_micp
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/microphone.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 34 |
```restructuredtext
.. _bluetooth_cap:
Common Audio Profile
####################
API Reference
*************
.. doxygengroup:: bt_cap
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/cap.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 29 |
```restructuredtext
.. _bluetooth_audio:
Bluetooth Audio
###############
API Reference
*************
.. doxygengroup:: bt_audio
.. doxygengroup:: bt_audio_codec_cfg
``` | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/audio.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 40 |
```restructuredtext
.. _bluetooth_bap:
Basic Audio Profile
###################
API Reference
*************
.. doxygengroup:: bt_bap
.. doxygengroup:: bt_bap_unicast_client
.. doxygengroup:: bt_bap_unicast_server
.. doxygengroup:: bt_bap_broadcast
.. doxygengroup:: bt_bap_broadcast_sink
.. doxygengroup:: bt_bap_broad... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/bap.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 98 |
```restructuredtext
Bluetooth: Broadcast Audio Profile Broadcast Assistant
######################################################
This document describes how to run the BAP Broadcast Assistant functionality.
Note that in the examples below, some lines of debug have been
removed to make this shorter and provide a bette... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/bap_broadcast_assistant.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,415 |
```restructuredtext
Bluetooth: Gaming Audio Profile Shell
#####################################
This document describes how to run the Gaming Audio Profile shell functionality.
Unlike most other low-layer profiles, GMAP is a profile that exists and has a service (GMAS) on all
devices. Thus both the initiator and accep... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/gmap.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 923 |
```restructuredtext
Media control for Generic Audio Content Control
###############################################
This document describes how to run the media control functionality,
using the shell, both as a client and as a server.
The media control server consists of to parts. There is a media
player (mpl) that c... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/mcp.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,289 |
```restructuredtext
Bluetooth: Telephone and Media Audio Profile Shell
##################################################
This document describes how to run the Telephone and Media Audio Profile functionality.
Unlike most other low-layer profiles, TMAP is a profile that exists and has a service (TMAS) on all
devices. ... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/tmap.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 173 |
```restructuredtext
Bluetooth: Broadcast Audio Profile Scan Delegator
#################################################
This document describes how to run the Scan Delegator functionality, Note that
in the examples below, some lines of debug have been
removed to make this shorter and provide a better overview.
The Sc... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/bap_scan_delegator.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 657 |
```restructuredtext
Bluetooth: Public Broadcast Profile Shell
#########################################
This document describes how to run the Public Broadcast Profile functionality.
PBP does not have an associated service. Its purpose is to enable a faster, more
efficient discovery of Broadcast Sources that are trans... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/pbp.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 141 |
```restructuredtext
Bluetooth: Call Control Profile
###############################
This document describes how to run the call control functionality, both as
a client and as a (telephone bearer service (TBS)) server. Note that in the
examples below, some lines of debug have been removed to make this shorter
and provi... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/ccp.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,414 |
```restructuredtext
Bluetooth: Coordinated Set Identification Profile
#################################################
This document describes how to run the coordinated set identification
functionality, both as a client and as a server.
Note that in the examples below, some lines of debug have been removed to make
t... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/csip.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,997 |
```restructuredtext
.. _bluetooth_le_audio_arch:
LE Audio Stack
##############
.. graphviz::
:caption: Bluetooth Audio Architecture
digraph bluetooth_audio_arch {
r [shape=record, width=5, height=3
label="{{TMAP | HAP | PBP | GMAP | ...} |
GAF |
{{{ GATT | GAP... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/bluetooth-le-audio-arch.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 13,551 |
```restructuredtext
Bluetooth: Common Audio Profile Shell
#####################################
This document describes how to run the Common Audio Profile functionality.
CAP Acceptor
************
The Acceptor will typically be a resource-constrained device, such as a headset, earbud or hearing
aid. The Acceptor can... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/cap.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,341 |
```restructuredtext
.. _introducing_zephyr:
Introduction
############
The Zephyr OS is based on a small-footprint kernel designed for use on
resource-constrained and embedded systems: from simple embedded environmental
sensors and LED wearables to sophisticated embedded controllers, smart
watches, and IoT wireless ap... | /content/code_sandbox/doc/introduction/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,691 |
```python
# File intentionally empty
``` | /content/code_sandbox/doc/_extensions/zephyr/__init__.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 7 |
```python
"""
Manifest Revisions Table
========================
This extension allows to render a table containing the revisions of the projects
present in a manifest file.
Usage
*****
This extension introduces a new directive: ``manifest-projects-table``. It can
be used in the code as::
.. manifest-projects-ta... | /content/code_sandbox/doc/_extensions/zephyr/manifest_projects_table.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 770 |
```restructuredtext
.. _bluetooth_shell_audio:
Bluetooth: Basic Audio Profile
##############################
This document describes how to run Basic Audio Profile functionality which
includes:
- Capabilities and Endpoint discovery
- Audio Stream Endpoint procedures
Commands
********
.. code-block:: console
... | /content/code_sandbox/doc/connectivity/bluetooth/api/audio/shell/bap.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,029 |
```python
#
"""
A Sphinx extension for documenting devicetree content. It adds a role and a
directive with the same name, 'dtcompatible'.
:dtcompatible:`vnd,foo`
This role can be used inline to make a reference to the generated
documentation for a devicetree
compatible given as argument.
For example, :dtcom... | /content/code_sandbox/doc/_extensions/zephyr/dtcompatible-role.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 342 |
```python
"""
External content
################
Introduction
============
This extension allows to import sources from directories out of the Sphinx
source directory. They are copied to the source directory before starting the
build. Note that the copy is *smart*, that is, only updated files are actually
copied. The... | /content/code_sandbox/doc/_extensions/zephyr/external_content.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,144 |
```python
"""
Doxyrunner Sphinx Plugin
########################
Introduction
============
This Sphinx plugin can be used to run Doxygen build as part of the Sphinx build
process. It is meant to be used with other plugins such as ``breathe`` in order
to improve the user experience. The principal features offered by t... | /content/code_sandbox/doc/_extensions/zephyr/doxyrunner.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,784 |
```python
"""
Zephyr Extension
################
Introduction
============
This extension adds a new ``zephyr`` domain for handling the documentation of various entities
specific to the Zephyr RTOS project (ex. code samples).
Directives
----------
- ``zephyr:code-sample::`` - Defines a code sample.
The directive ... | /content/code_sandbox/doc/_extensions/zephyr/domain.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,637 |
```python
#
'''Sphinx extensions related to managing Zephyr applications.'''
from docutils import nodes
from docutils.parsers.rst import Directive
from docutils.parsers.rst import directives
# TODO: extend and modify this for Windows.
#
# This could be as simple as generating a couple of sets of instructions, one
#... | /content/code_sandbox/doc/_extensions/zephyr/application.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,048 |
```python
#
#
# path_to_url
#
# Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
# Mechanism to generate static HTML redirect pages in the output
#
# Uses redirect_template.html and the list of pages given in
# conf.h... | /content/code_sandbox/doc/_extensions/zephyr/html_redirects.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 477 |
```python
"""
"""
import os
from typing import Any, Dict
import concurrent.futures
from docutils import nodes
from sphinx import addnodes
from sphinx.application import Sphinx
from sphinx.transforms.post_transforms import SphinxPostTransform
from sphinx.util import logging
from sphinx.util.docutils import SphinxDir... | /content/code_sandbox/doc/_extensions/zephyr/doxybridge.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,567 |
```python
import doxmlparser
from docutils import nodes
from doxmlparser.compound import DoxCompoundKind
from pathlib import Path
from sphinx.application import Sphinx
from sphinx.util.docutils import SphinxDirective
from typing import Any, Dict
class ApiOverview(SphinxDirective):
"""
This is a Zephyr direc... | /content/code_sandbox/doc/_extensions/zephyr/api_overview.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,226 |
```python
"""
Git/GitHub utilities for Sphinx
###############################
Introduction
============
This Sphinx extension can be used to obtain various Git and GitHub related metadata for a page.
This is useful, for example, when adding features like "Open on GitHub" on top
of pages, direct links to open a GitH... | /content/code_sandbox/doc/_extensions/zephyr/gh_utils.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,729 |
```python
#
# based on path_to_url
from __future__ import print_function
from __future__ import unicode_literals
import re
import subprocess
from docutils import nodes
try:
import west.manifest
try:
west_manifest = west.manifest.Manifest.from_file()
except west.util.WestNotFound:
west_ma... | /content/code_sandbox/doc/_extensions/zephyr/link-roles.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 757 |
```css
/*
*/
/* Kconfig search */
#__kconfig-search .input-container {
border-radius: 5px;
border: 1px solid rgba(149, 157, 165, 0.2);
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
margin-bottom: 0.5rem;
width: 100%;
height: 60px;
}
#__kconfig-search .input-container input {
... | /content/code_sandbox/doc/_extensions/zephyr/kconfig/static/kconfig.css | css | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 455 |
```python
"""
Kconfig Extension
#################
Introduction
============
This extension adds a new domain (``kconfig``) for the Kconfig language. Unlike
many other domains, the Kconfig options are not rendered by Sphinx directly but
on the client side using a database built by the extension. A special directive
`... | /content/code_sandbox/doc/_extensions/zephyr/kconfig/__init__.py | python | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,954 |
```unknown
/*
*/
const DB_FILE = 'kconfig.json';
const RESULTS_PER_PAGE_OPTIONS = [10, 25, 50];
/* search state */
let db;
let searchOffset;
let maxResults = RESULTS_PER_PAGE_OPTIONS[0];
/* elements */
let input;
let searchTools;
let summaryText;
let results;
let navigation;
let navigationPagesText;
let navigationP... | /content/code_sandbox/doc/_extensions/zephyr/kconfig/static/kconfig.mjs | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,122 |
```restructuredtext
.. _bug_reporting:
Bug Reporting
##############
To maintain traceability and relation between proposals, changes, features, and
issues, it is recommended to cross-reference source code commits with the
relevant GitHub issues and vice versa.
Any changes that originate from a tracked feature or issu... | /content/code_sandbox/doc/project/issues.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 270 |
```restructuredtext
TSC Working Groups
******************
Overview
########
The TSC, at its discretion, may establish working groups or subcommittees to
serve as focused teams dedicated to specific technical areas, initiatives, or
tasks.
Membership
##########
Working Group Membership Eligibility
+++++++++++++++++++... | /content/code_sandbox/doc/project/working_groups.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,030 |
```restructuredtext
.. _feature-tracking:
Feature Tracking
#################
For feature tracking we use Github labels to classify new features and
enhancements. The following is the description of each category:
Enhancement
Changes to existing features that are not considered a bug and would not
block a release... | /content/code_sandbox/doc/project/proposals.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 905 |
```restructuredtext
.. _code-flow-and-branches:
Code Flow and Branches
######################
Introduction
************
The zephyr Git repository has three types of branches:
main
Which contains the latest state of development
collab-\*
Collaboration branches that are used for shared development
of new featu... | /content/code_sandbox/doc/project/code_flow.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 532 |
```restructuredtext
.. _modifying_contributions:
Modifying Contributions made by other developers
************************************************
Scenarios
#########
Zephyr contributors and collaborators are encouraged to assist
as reviewers in pull requests, so that patches may be approved and merged
to Zephyr's m... | /content/code_sandbox/doc/project/modifying_contributions.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 601 |
```restructuredtext
.. _development_model:
Project and Governance
#######################
.. toctree::
:maxdepth: 1
tsc
project_roles.rst
working_groups
release_process
proposals
code_flow
modifying_contributions.rst
dev_env_and_tools
issues
communication
documentation
The Zep... | /content/code_sandbox/doc/project/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 397 |
```restructuredtext
.. _code-documentation:
Code Documentation
###################
API Documentation
******************
Well documented APIs enhance the experience for developers and are an essential
requirement for defining an API's success. Doxygen is a general purpose
documentation tool that the zephyr project us... | /content/code_sandbox/doc/project/documentation.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 771 |
```restructuredtext
.. _release_process:
Release Process
###############
The Zephyr project releases on a time-based cycle, rather than a feature-driven
one. Zephyr releases represent an aggregation of the work of many contributors,
companies, and individuals from the community.
A time-based release process enables ... | /content/code_sandbox/doc/project/release_process.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,295 |
```restructuredtext
.. _project_roles:
TSC Project Roles
*****************
Project Roles
#############
TSC projects generally will involve *Maintainers*, *Collaborators*, and
*Contributors*:
**Maintainer**: lead Collaborators on an area identified by the TSC (e.g.
Architecture, code subsystems, etc.). Maintainers s... | /content/code_sandbox/doc/project/project_roles.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,512 |
```restructuredtext
.. _dev-environment-and-tools:
Development Environment and Tools
#################################
Code Review
************
GitHub is intended to provide a framework for reviewing every commit before it
is accepted into the code base. Changes, in the form of Pull Requests (PR) are
uploaded to Git... | /content/code_sandbox/doc/project/dev_env_and_tools.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,557 |
```restructuredtext
.. _communication-and-collaboration:
Communication and Collaboration
###############################
The `Zephyr Discord Server <path_to_url`_ is the primary
chat forum used by Zephyr developers, contributors, and users.
The `Zephyr project mailing lists
<path_to_url`_ are used as an additional
c... | /content/code_sandbox/doc/project/communication.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 157 |
```css
/*
*/
/* This file contains color customizations that follow Zephyr's branding */
html {
--primary-color: #af7fe4;
--primary-dark-color: #7929d2;
--primary-light-color: #cb99f6;
--primary-lighter-color: #dfc8fa;
--primary-lightest-color: #efe4fc;
--side-nav-background: #333f67;
--... | /content/code_sandbox/doc/_doxygen/doxygen-awesome-zephyr.css | css | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 638 |
```restructuredtext
Technical Steering Committee (TSC)
**********************************
TSC Member Role
###############
The TSC role and its responsibilities is defined in the `Zephyr project charter`_.
Membership
++++++++++
A TSC member plays a pivotal role in shaping the technical direction of the
Zephyr Projec... | /content/code_sandbox/doc/project/tsc.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,905 |
```html
<!-- HTML header for doxygen 1.12.0-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "path_to_url">
<html xmlns="path_to_url" lang="$langISO">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" ... | /content/code_sandbox/doc/_doxygen/header.html | html | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 807 |
```css
/**
Doxygen Awesome
path_to_url
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distri... | /content/code_sandbox/doc/_doxygen/doxygen-awesome-sidebar-only-darkmode-toggle.css | css | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 312 |
```javascript
/*
*/
window.addEventListener('DOMContentLoaded', (event) => {
/* re-inject project version at a custom location */
let version = document.getElementById('projectnumber').innerText
let titleTable = document.querySelector('#titlearea table');
let cell = titleTable.insertRow(1).insertCell(0);
ce... | /content/code_sandbox/doc/_doxygen/doxygen-awesome-zephyr.js | javascript | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 83 |
```unknown
/**
@defgroup internal_api Internal and System API
@brief Internal and System API
@{
@}
@defgroup os_services Operating System Services
@brief Operating System Services
@{
@brief MCUmgr
@defgroup mcumgr MCUmgr
@{
@}
@}
@brief Device Driver APIs
@defgroup io_interfaces Device Driver APIs
@{
@}
@brief M... | /content/code_sandbox/doc/_doxygen/groups.dox | unknown | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 267 |
```css
/**
Doxygen Awesome
path_to_url
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distrib... | /content/code_sandbox/doc/_doxygen/doxygen-awesome-sidebar-only.css | css | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 777 |
```javascript
/**
Doxygen Awesome
path_to_url
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, ... | /content/code_sandbox/doc/_doxygen/doxygen-awesome-darkmode-toggle.js | javascript | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,622 |
```restructuredtext
:orphan:
.. _migration_3.5:
Migration guide to Zephyr v3.5.0
################################
This document describes the changes required or recommended when migrating your
application from Zephyr v3.4.0 to Zephyr v3.5.0.
Any other changes (not directly related to migrating applications) can be... | /content/code_sandbox/doc/releases/migration-guide-3.5.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,098 |
```css
/**
Doxygen Awesome
path_to_url
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distrib... | /content/code_sandbox/doc/_doxygen/doxygen-awesome.css | css | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 17,606 |
```restructuredtext
:orphan:
.. _zephyr_3.4:
Zephyr 3.4.0
############
We are pleased to announce the release of Zephyr version 3.4.0.
Major enhancements with this release include:
* Input subsystem: handles input events from various types of input devices and
distributes them to other threads in the application... | /content/code_sandbox/doc/releases/release-notes-3.4.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 13,980 |
```restructuredtext
:orphan:
.. _zephyr_3.1:
Zephyr 3.1.0
############
The following sections provide detailed lists of changes by component.
API Changes
***********
Changes in this release
=======================
* All Zephyr public headers have been moved to ``include/zephyr``, meaning they
need to be prefixe... | /content/code_sandbox/doc/releases/release-notes-3.1.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 31,466 |
```restructuredtext
:orphan:
.. _zephyr_2.3:
Zephyr 2.3.0
############
We are pleased to announce the release of Zephyr RTOS version 2.3.0.
Major enhancements with this release include:
* A new Zephyr CMake package has been introduced, reducing the need for
environment variables
* A new Devicetree API, based on ... | /content/code_sandbox/doc/releases/release-notes-2.3.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 22,769 |
```restructuredtext
:orphan:
.. _zephyr_1.13:
Zephyr Kernel 1.13.0
####################
We are pleased to announce the release of Zephyr kernel version 1.13.0.
Major enhancements with this release include:
* Extensible and Pluggable Tracing Support
* Compartmentalized application memory organization
* Logging Syst... | /content/code_sandbox/doc/releases/release-notes-1.13.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 13,342 |
```restructuredtext
:orphan:
.. _zephyr_3.0:
Zephyr 3.0.0
############
We are pleased to announce the release of Zephyr RTOS version 3.0.0.
The following sections provide detailed lists of changes by component.
Security Vulnerability Related
******************************
The following CVEs are addressed by thi... | /content/code_sandbox/doc/releases/release-notes-3.0.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 18,718 |
```restructuredtext
.. _zephyr_1.5:
Zephyr Kernel 1.5.0
####################
The Zephyr Engineering team is glad to announce the release of Zephyr Kernel
1.5.0. This is the first release to follow the 3-month release cadence.
This release includes numerous fixes and support for major features.
Additional changes incl... | /content/code_sandbox/doc/releases/release-notes-1.5.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,638 |
```restructuredtext
:orphan:
.. _zephyr_1.10:
Zephyr Kernel 1.10.0
#####################
We are pleased to announce the release of Zephyr kernel version 1.10.0.
Major enhancements with this release include:
* Initial alpha-quality thread-level memory protection on x86, userspace and memory
domains
* Major overha... | /content/code_sandbox/doc/releases/release-notes-1.10.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 9,481 |
```restructuredtext
.. _zephyr_1.8:
Zephyr Kernel 1.8.0
####################
We are pleased to announce the release of Zephyr kernel version 1.8.0.
Major enhancements with this release include:
* Tickless kernel
* IP Stack improvements
* Bluetooth 5.0 features
* Ecosystem: Tracing, debugging support through third-p... | /content/code_sandbox/doc/releases/release-notes-1.8.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,142 |
```restructuredtext
.. _zephyr_1.7:
Zephyr Kernel 1.7.0
####################
We are pleased to announce the release of Zephyr kernel version 1.7.0. This
release continues refinement of the unified kernel introduced with the 1.6.0
kernel release, simplifying the overall Zephyr architecture and programming
interfaces. ... | /content/code_sandbox/doc/releases/release-notes-1.7.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 7,391 |
```restructuredtext
:orphan:
.. _zephyr_2.1:
Zephyr 2.1.0
############
We are pleased to announce the release of Zephyr kernel version 2.1.0.
Major enhancements with this release include:
* Normalized APIs across all architectures.
* Expanded support for ARMv6-M architecture.
* Added support for numerous new board... | /content/code_sandbox/doc/releases/release-notes-2.1.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 14,527 |
```restructuredtext
:orphan:
.. _zephyr_3.6:
Zephyr 3.6.0
############
We are pleased to announce the release of Zephyr version 3.6.0.
Major enhancements with this release include:
* New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications.
* New API and drivers introduced for inte... | /content/code_sandbox/doc/releases/release-notes-3.6.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 14,428 |
```restructuredtext
:orphan:
.. _migration_3.6:
Migration guide to Zephyr v3.6.0
################################
This document describes the changes required when migrating your application from Zephyr v3.5.0 to
Zephyr v3.6.0.
Any other changes (not directly related to migrating applications) can be found in
the :... | /content/code_sandbox/doc/releases/migration-guide-3.6.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 8,760 |
```restructuredtext
.. _zephyr_release_notes:
Releases
########
Zephyr project is provided as source code and build scripts for different target
architectures and configurations, and not as a binary image. Updated versions of
the Zephyr project are released approximately every four months.
All Zephyr project source ... | /content/code_sandbox/doc/releases/index.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,010 |
```restructuredtext
:orphan:
.. _zephyr_2.2:
.. _zephyr_2.2.1:
Zephyr 2.2.1
#############
This is a maintenance release for Zephyr 2.2 with fixes.
See :ref:`zephyr_2.2.0` for the previous version release notes.
Security Vulnerability Related
******************************
The following security vulnerabilities (C... | /content/code_sandbox/doc/releases/release-notes-2.2.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 17,640 |
```restructuredtext
:orphan:
.. _zephyr_1.12:
Zephyr Kernel 1.12.0
####################
We are pleased to announce the release of Zephyr kernel version 1.12.0.
Major enhancements with this release include:
- Asymmetric multiprocessing (AMP) via integration of OpenAMP
- Persistent storage support for Bluetooth Low ... | /content/code_sandbox/doc/releases/release-notes-1.12.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 15,182 |
```restructuredtext
:orphan:
.. _zephyr_1.14:
.. _zephyr_1.14.1:
Zephyr 1.14.3
####################
This is an LTS maintenance release with fixes.
Security Vulnerability Related
******************************
The following security vulnerabilities (CVEs) were addressed in this
release:
* CVE-2020-10066
* CVE-2020... | /content/code_sandbox/doc/releases/release-notes-1.14.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 43,872 |
```restructuredtext
End-of-life releases
====================
Release notes for end-of-life releases of Zephyr RTOS are kept here for historical purposes.
.. toctree::
:maxdepth: 1
:glob:
:reversed:
release-notes-1.?
release-notes-1.*
release-notes-2.[0-6]
release-notes-3.[0-5]
``` | /content/code_sandbox/doc/releases/eol_releases.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 84 |
```restructuredtext
:orphan:
.. _zephyr_1.11:
Zephyr Kernel 1.11.0
#####################
We are pleased to announce the release of Zephyr kernel version 1.11.0.
Major enhancements with this release include:
* Thread-level memory protection on x86, ARC and Arm, userspace and memory
domains
* Symmetric Multi Proce... | /content/code_sandbox/doc/releases/release-notes-1.11.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 8,187 |
```restructuredtext
:orphan:
.. _zephyr_3.2:
Zephyr 3.2.0
############
We are pleased to announce the release of Zephyr version 3.2.0.
Major enhancements with this release include:
* Introduced :ref:`sysbuild`.
* Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
* Added support for Picolibc (see :kc... | /content/code_sandbox/doc/releases/release-notes-3.2.rst | restructuredtext | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 41,485 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.