2020-04-07 15:34:09 +02:00
|
|
|
# This file contains information on who maintains what. It is parsed by
|
|
|
|
# get_maintainer.py.
|
|
|
|
#
|
|
|
|
# File format
|
|
|
|
# ###########
|
|
|
|
#
|
|
|
|
# "Area title" (the quotes are only needed for titles with special characters,
|
|
|
|
# like colons):
|
|
|
|
# status:
|
|
|
|
# One of the following:
|
|
|
|
#
|
|
|
|
# * maintained:
|
|
|
|
# The area has a Maintainer (approved by the TSC) who
|
|
|
|
# looks after the area.
|
|
|
|
#
|
2022-02-28 16:33:21 +01:00
|
|
|
# * odd fixes:
|
2022-04-07 05:03:47 +02:00
|
|
|
# The area gets odd fixes and may have collaborators.
|
2020-04-07 15:34:09 +02:00
|
|
|
#
|
|
|
|
# * obsolete:
|
|
|
|
# Old code. Something being marked obsolete generally means it has
|
|
|
|
# been replaced by something better that you should be using
|
|
|
|
# instead.
|
|
|
|
#
|
|
|
|
# maintainers:
|
|
|
|
# List of GitHub handles for the people who maintain the area. Usually,
|
|
|
|
# there's only one maintainer.
|
|
|
|
#
|
|
|
|
# collaborators (not to be confused with the GitHub collaborator role):
|
|
|
|
# Very involved contributors, who know the area well and contribute
|
|
|
|
# significantly to it.
|
|
|
|
#
|
|
|
|
# labels:
|
|
|
|
# List of GitHub labels to add to pull requests that modify the area.
|
|
|
|
#
|
|
|
|
# files:
|
|
|
|
# List of paths and/or glob patterns giving the files in the area,
|
|
|
|
# relative to the root directory.
|
|
|
|
#
|
|
|
|
# If a path or glob pattern ends in a '/', it matches all files within
|
|
|
|
# the given directory or directories. Otherwise, an exact match is
|
|
|
|
# required.
|
|
|
|
#
|
|
|
|
# Paths to directories should always have a trailing '/'.
|
|
|
|
#
|
|
|
|
# files-regex:
|
|
|
|
# List of regular expressions applied to paths to determine if they
|
|
|
|
# belong to the area. The regular expression may match anywhere within
|
|
|
|
# the path, but can be anchored with ^ and $ as usual.
|
|
|
|
#
|
|
|
|
# Can be combined with a 'files' key.
|
|
|
|
#
|
|
|
|
# Note: Prefer plain 'files' patterns where possible. get_maintainer.py
|
|
|
|
# will check that they match some file, but won't check regexes
|
|
|
|
# (because it might be slow).
|
|
|
|
#
|
|
|
|
# files-exclude:
|
|
|
|
# Like 'files', but any matching files will be excluded from the area.
|
|
|
|
#
|
|
|
|
# files-regex-exclude:
|
|
|
|
# Like 'files-regex', but any matching files will be excluded from the
|
|
|
|
# area.
|
|
|
|
#
|
|
|
|
# description: >-
|
|
|
|
# Plain-English description. Describe what the system is about, from an
|
|
|
|
# outsider's perspective.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# All areas must have a 'files' and/or 'files-regex' key. The other keys are
|
|
|
|
# optional.
|
|
|
|
#
|
|
|
|
# It is very advisable to have a `status` key in all entries. Exceptions to
|
|
|
|
# this would be sub-areas which add extra fields (for ex. more `collaborators`
|
|
|
|
# who work only in that sub-area) to other areas.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Workflow
|
|
|
|
# ########
|
|
|
|
#
|
|
|
|
# Ideally, any file in the tree will be covered by some area.
|
|
|
|
#
|
|
|
|
# When a GitHub pull request is sent, this happens:
|
|
|
|
#
|
|
|
|
# * A user mentioned in 'maintainers' is added as Assignee to
|
|
|
|
# the pull request
|
|
|
|
#
|
|
|
|
# * Users mentioned in 'maintainers' and 'collaborators' are added as
|
|
|
|
# reviewers to the pull request
|
|
|
|
#
|
|
|
|
# * The labels listed in 'labels' are automatically added to the pull
|
|
|
|
# request
|
|
|
|
#
|
|
|
|
# * The bot posts this comment:
|
|
|
|
#
|
|
|
|
# This PR affects the following areas:
|
|
|
|
# <area name>:
|
|
|
|
# Status: ...
|
|
|
|
# Maintainers: <list of maintainers>
|
|
|
|
# Collaborators: <list of sub-maintainers>
|
|
|
|
#
|
|
|
|
# <area name>:
|
|
|
|
# ...
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Changes to MAINTAINERS.yml need to be approved as follows:
|
|
|
|
#
|
|
|
|
# * Changing the 'maintainers' for an area needs approval from the
|
|
|
|
# Technical Steering Committee
|
|
|
|
#
|
|
|
|
# * Changing the 'collaborators' lines requires the maintainer and
|
|
|
|
# collaborators of that area to agree (or vote on it)
|
|
|
|
|
|
|
|
# Areas are sorted by name
|
|
|
|
|
|
|
|
ARC arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- ruuddw
|
|
|
|
collaborators:
|
|
|
|
- abrodkin
|
|
|
|
- evgeniy-paltsev
|
|
|
|
- IRISZZW
|
|
|
|
files:
|
|
|
|
- arch/arc/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/arc/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: ARC"
|
|
|
|
|
|
|
|
ARM arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2022-02-16 17:09:43 +01:00
|
|
|
- microbuilder
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- carlocaione
|
|
|
|
- galak
|
|
|
|
- MaureenHelm
|
|
|
|
- stephanosio
|
2021-05-26 19:53:19 +02:00
|
|
|
- bbolen
|
2022-03-30 13:03:17 +02:00
|
|
|
- povergoing
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2021-09-15 23:21:15 +02:00
|
|
|
- arch/arm/
|
|
|
|
- arch/arm/core/offsets/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/arm/aarch32/
|
|
|
|
- include/zephyr/arch/arm/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/arch/arm/
|
|
|
|
labels:
|
|
|
|
- "area: ARM"
|
|
|
|
|
2021-03-02 09:03:55 +01:00
|
|
|
ARM64 arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- carlocaione
|
|
|
|
collaborators:
|
|
|
|
- npitre
|
2021-05-12 09:47:23 +02:00
|
|
|
- povergoing
|
2021-03-02 09:03:55 +01:00
|
|
|
files:
|
2021-03-26 15:22:59 +01:00
|
|
|
- arch/arm64/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/arm64/
|
2021-03-02 09:03:55 +01:00
|
|
|
- tests/arch/arm64/
|
2021-05-12 09:47:23 +02:00
|
|
|
- soc/arm64/
|
|
|
|
- boards/arm64/
|
2021-03-26 15:22:59 +01:00
|
|
|
- dts/arm64/
|
2021-03-02 09:03:55 +01:00
|
|
|
labels:
|
|
|
|
- "area: ARM64"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Bluetooth:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- jhedberg
|
|
|
|
collaborators:
|
2022-04-06 13:55:55 +02:00
|
|
|
- jori-nordic
|
2021-11-12 09:02:31 +01:00
|
|
|
- alwa-nordic
|
2020-04-07 15:34:09 +02:00
|
|
|
- Vudentz
|
2021-03-04 16:17:11 +01:00
|
|
|
- Thalley
|
|
|
|
- asbjornsabo
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/connectivity/bluetooth/
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/bluetooth/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/bluetooth/
|
|
|
|
- include/zephyr/drivers/bluetooth/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/bluetooth/
|
2021-09-15 23:21:15 +02:00
|
|
|
- subsys/bluetooth/
|
2020-12-20 05:15:40 +01:00
|
|
|
- subsys/bluetooth/common/
|
|
|
|
- subsys/bluetooth/host/
|
|
|
|
- subsys/bluetooth/services/
|
|
|
|
- subsys/bluetooth/shell/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/bluetooth/
|
2021-12-14 12:13:36 +01:00
|
|
|
files-exclude:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/bluetooth/mesh/
|
2021-12-14 12:13:36 +01:00
|
|
|
- subsys/bluetooth/controller/
|
|
|
|
- subsys/bluetooth/mesh/
|
|
|
|
- samples/bluetooth/mesh/
|
2022-03-01 08:40:12 +01:00
|
|
|
- subsys/bluetooth/audio/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/bluetooth/audio/
|
2022-03-01 08:40:12 +01:00
|
|
|
- tests/bluetooth/bsim_bt/bsim_test_audio/
|
2022-03-10 19:53:22 +01:00
|
|
|
- tests/bluetooth/controller/
|
|
|
|
- tests/bluetooth/mesh_*/
|
|
|
|
- tests/bluetooth/mesh/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Bluetooth"
|
|
|
|
|
|
|
|
Bluetooth controller:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- cvinayak
|
|
|
|
collaborators:
|
|
|
|
- carlescufi
|
|
|
|
- thoh-ot
|
2021-10-26 16:05:27 +02:00
|
|
|
- kruithofa
|
2021-11-18 08:14:15 +01:00
|
|
|
- ppryga
|
2021-11-22 09:24:35 +01:00
|
|
|
- mtpr-ot
|
|
|
|
- wopu-ot
|
2022-03-08 12:45:17 +01:00
|
|
|
- erbr-ot
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/bluetooth/controller/
|
2022-03-10 19:53:22 +01:00
|
|
|
- tests/bluetooth/controller/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Bluetooth Controller"
|
2021-12-14 12:13:36 +01:00
|
|
|
- "area: Bluetooth"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
Bluetooth Mesh:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2022-03-29 10:27:50 +02:00
|
|
|
- PavelVPV
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- jhedberg
|
2021-11-19 11:03:10 +01:00
|
|
|
- LingaoM
|
2021-11-26 15:47:29 +01:00
|
|
|
- alxelax
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/bluetooth/mesh/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/bluetooth/mesh/
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/bluetooth/mesh*/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Bluetooth Mesh"
|
2021-12-14 12:13:36 +01:00
|
|
|
- "area: Bluetooth"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
2022-03-01 08:40:12 +01:00
|
|
|
Bluetooth Audio:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- Thalley
|
|
|
|
- asbjornsabo
|
|
|
|
collaborators:
|
|
|
|
- Vudentz
|
|
|
|
- jhedberg
|
|
|
|
- Casper-Bonde-Bose
|
|
|
|
- MariuszSkamra
|
|
|
|
- rymanluk
|
|
|
|
files:
|
|
|
|
- subsys/bluetooth/audio/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/bluetooth/audio/
|
2022-03-01 08:40:12 +01:00
|
|
|
- tests/bluetooth/bsim_bt/bsim_test_audio/
|
|
|
|
labels:
|
|
|
|
- "area: Bluetooth Audio"
|
|
|
|
- "area: Bluetooth"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Build system:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tejlmand
|
|
|
|
collaborators:
|
2021-11-17 22:37:30 +01:00
|
|
|
- jeremybettis
|
2020-04-07 15:34:09 +02:00
|
|
|
- nashif
|
|
|
|
files:
|
|
|
|
- cmake/
|
2020-12-20 05:15:40 +01:00
|
|
|
- CMakeLists.txt
|
|
|
|
- scripts/zephyr_module.py
|
2021-01-15 21:58:58 +01:00
|
|
|
- share/
|
2021-12-14 20:31:54 +01:00
|
|
|
- doc/build/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/develop/modules.rst
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Build System"
|
|
|
|
|
2021-06-12 16:54:39 +02:00
|
|
|
"C++":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- stephanosio
|
|
|
|
collaborators:
|
|
|
|
- alexanderwachter
|
|
|
|
files:
|
|
|
|
- subsys/cpp/
|
|
|
|
- tests/subsys/cpp/
|
|
|
|
- samples/subsys/cpp/
|
|
|
|
labels:
|
|
|
|
- "area: C++"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
C library:
|
2021-06-12 16:32:16 +02:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- stephanosio
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- nashif
|
2021-03-11 07:30:22 +01:00
|
|
|
- enjiamai
|
|
|
|
- KangJianX
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- lib/libc/
|
|
|
|
- tests/lib/c_lib/
|
2021-06-12 16:32:16 +02:00
|
|
|
- tests/lib/newlib/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: C Library"
|
|
|
|
|
|
|
|
CMSIS API layer:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- nashif
|
|
|
|
files:
|
2021-03-26 14:55:30 +01:00
|
|
|
- subsys/portability/cmsis_rtos_v*/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/portability/cmsis*
|
2021-03-26 14:55:30 +01:00
|
|
|
- samples/subsys/portability/cmsis_rtos_v*/
|
|
|
|
- tests/subsys/portability/cmsis_rtos_v*/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
2022-05-13 16:11:57 +02:00
|
|
|
- "area: CMSIS API Layer"
|
2020-12-07 15:55:15 +01:00
|
|
|
- "area: Portability"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
2021-06-12 16:47:20 +02:00
|
|
|
CMSIS-DSP integration:
|
2021-06-17 22:27:30 +02:00
|
|
|
status: maintained
|
2021-06-12 16:47:20 +02:00
|
|
|
maintainers:
|
|
|
|
- stephanosio
|
|
|
|
collaborators:
|
|
|
|
- galak
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.cmsis_dsp
|
|
|
|
- tests/benchmarks/cmsis_dsp/
|
|
|
|
- tests/lib/cmsis_dsp/
|
|
|
|
labels:
|
|
|
|
- "area: CMSIS-DSP"
|
|
|
|
|
2022-04-27 19:18:48 +02:00
|
|
|
CMSIS-NN integration:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- JordanYates
|
|
|
|
collaborators:
|
|
|
|
- stephanosio
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.cmsis_nn
|
|
|
|
- tests/lib/cmsis_nn/
|
|
|
|
labels:
|
|
|
|
- "area: CMSIS-NN"
|
|
|
|
|
2022-02-28 16:33:21 +01:00
|
|
|
Common Architecture Interface:
|
|
|
|
status: odd fixes
|
2021-02-02 14:55:53 +01:00
|
|
|
collaborators:
|
|
|
|
- dcpleung
|
|
|
|
- nashif
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- arch/common/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/common/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Architectures"
|
|
|
|
|
|
|
|
Console:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- pfalcon
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/console/
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/console/
|
|
|
|
labels:
|
|
|
|
- "area: Console"
|
|
|
|
|
|
|
|
Debug:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
2020-12-20 05:15:40 +01:00
|
|
|
collaborators:
|
|
|
|
- dcpleung
|
2021-03-11 07:30:22 +01:00
|
|
|
- chen-png
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/debug/
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/debug/
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/subsys/debug/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Debugging"
|
|
|
|
|
2020-12-20 05:15:40 +01:00
|
|
|
Device Driver Model:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tbursztyka
|
|
|
|
collaborators:
|
|
|
|
- dcpleung
|
|
|
|
- nashif
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/device.h
|
2020-12-20 05:15:40 +01:00
|
|
|
- kernel/device.c
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/init.h
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/kernel/device/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/kernel/drivers/
|
2020-12-20 05:15:40 +01:00
|
|
|
labels:
|
|
|
|
- "area: Device Model"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
DFU:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nvlsianpu
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/dfu/
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/dfu/
|
|
|
|
- tests/subsys/dfu/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: DFU"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
Devicetree:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- mbolivar-nordic
|
2022-02-09 17:37:35 +01:00
|
|
|
collaborators:
|
|
|
|
- galak
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- scripts/dts/
|
|
|
|
- dts/bindings/
|
|
|
|
- dts/common/
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/lib/devicetree/
|
|
|
|
- dts/bindings/test/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/build/dts/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/devicetree/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
2020-12-20 05:15:40 +01:00
|
|
|
- "area: Devicetree"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
Disk:
|
2021-03-24 16:47:05 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2022-03-02 17:07:57 +01:00
|
|
|
- danieldegrasse
|
2022-04-27 19:06:22 +02:00
|
|
|
collaborators:
|
|
|
|
- jfischer-no
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/storage/disk_access.h
|
|
|
|
- include/zephyr/drivers/disk.h
|
2021-03-24 16:47:05 +01:00
|
|
|
- drivers/disk/
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/disk/
|
|
|
|
labels:
|
|
|
|
- "area: Disk Access"
|
|
|
|
|
|
|
|
Display drivers:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
2020-11-16 00:04:08 +01:00
|
|
|
- jfischer-no
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/display/
|
|
|
|
- dts/bindings/display/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/display.h
|
|
|
|
- include/zephyr/display/
|
|
|
|
- include/zephyr/drivers/display.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/fb/
|
2021-09-15 23:21:15 +02:00
|
|
|
- samples/subsys/display/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Display"
|
|
|
|
|
|
|
|
Documentation:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- carlescufi
|
|
|
|
collaborators:
|
|
|
|
- nashif
|
2020-12-20 05:15:40 +01:00
|
|
|
- utzig
|
2021-04-27 22:16:06 +02:00
|
|
|
- mbolivar-nordic
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2021-09-15 23:21:15 +02:00
|
|
|
- doc/
|
|
|
|
- doc/_static/
|
|
|
|
- doc/_templates/
|
|
|
|
- doc/_doxygen/
|
|
|
|
- doc/_scripts/
|
2020-12-20 05:15:40 +01:00
|
|
|
- README.rst
|
2021-09-15 23:21:15 +02:00
|
|
|
- doc/Makefile
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Documentation"
|
|
|
|
|
|
|
|
"Drivers: ADC":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- anangl
|
|
|
|
files:
|
|
|
|
- drivers/adc/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/adc.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/adc/
|
2020-12-20 05:15:40 +01:00
|
|
|
- samples/drivers/adc/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: ADC"
|
|
|
|
|
|
|
|
"Drivers: Audio":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2020-12-20 05:15:40 +01:00
|
|
|
- andyross
|
|
|
|
collaborators:
|
|
|
|
- nashif
|
|
|
|
- lyakh
|
|
|
|
- lgirdwood
|
2021-03-11 07:30:22 +01:00
|
|
|
- mengxianglinx
|
2021-11-02 19:06:20 +01:00
|
|
|
- marc-hb
|
2022-01-05 14:53:10 +01:00
|
|
|
- kv2019i
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/audio/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/audio/
|
2021-09-15 23:21:15 +02:00
|
|
|
- samples/subsys/audio/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Audio"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: CAN":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- henrikbrixandersen
|
2022-03-20 12:38:23 +01:00
|
|
|
collaborators:
|
|
|
|
- alexanderwachter
|
2020-04-07 15:34:09 +02:00
|
|
|
- karstenkoenig
|
2021-04-14 17:34:16 +02:00
|
|
|
- martinjaeger
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/peripherals/canbus/
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/can/
|
|
|
|
- dts/bindings/can/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/canbus/
|
|
|
|
- include/zephyr/devicetree/can.h
|
|
|
|
- include/zephyr/drivers/can.h
|
|
|
|
- include/zephyr/drivers/can/
|
2022-03-29 09:10:27 +02:00
|
|
|
- samples/drivers/can/
|
2021-10-27 15:21:21 +02:00
|
|
|
- samples/modules/canopennode/
|
2022-03-29 09:15:36 +02:00
|
|
|
- samples/net/sockets/can/
|
2022-03-29 09:10:27 +02:00
|
|
|
- samples/subsys/canbus/
|
|
|
|
- subsys/canbus/
|
|
|
|
- subsys/net/l2/canbus/
|
|
|
|
- tests/drivers/can/
|
|
|
|
- tests/subsys/canbus/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: CAN"
|
|
|
|
|
|
|
|
"Drivers: Clock control":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nordic-krch
|
|
|
|
files:
|
|
|
|
- drivers/clock_control/
|
|
|
|
- dts/bindings/clock/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/clock_control.h
|
|
|
|
- include/zephyr/dt-bindings/clock/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/clock_control/
|
|
|
|
labels:
|
|
|
|
- "area: Clock control"
|
|
|
|
|
|
|
|
"Drivers: Console":
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- pfalcon
|
|
|
|
files:
|
|
|
|
- drivers/console/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/console/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/console/
|
|
|
|
labels:
|
|
|
|
- "area: Console"
|
|
|
|
|
|
|
|
"Drivers: Counter":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nordic-krch
|
|
|
|
files:
|
|
|
|
- drivers/counter/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/counter.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/counter/
|
|
|
|
labels:
|
|
|
|
- "area: Counter"
|
|
|
|
|
|
|
|
"Drivers: Crypto":
|
2022-03-01 22:37:57 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- ceolin
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/crypto/
|
|
|
|
- dts/bindings/crypto/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/crypto/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/crypto/
|
|
|
|
labels:
|
|
|
|
- "area: Crypto / RNG"
|
|
|
|
|
|
|
|
"Drivers: DAC":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- martinjaeger
|
|
|
|
files:
|
|
|
|
- drivers/dac/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/dac.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/dac/
|
2020-12-20 05:15:40 +01:00
|
|
|
- samples/drivers/dac/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: DAC"
|
|
|
|
|
2022-05-05 15:44:58 +02:00
|
|
|
"Drivers: DAI":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- juimonen
|
|
|
|
collaborators:
|
|
|
|
- lgirdwood
|
|
|
|
- kv2019i
|
|
|
|
files:
|
|
|
|
- drivers/dai/
|
|
|
|
- doc/hardware/peripherals/audio/dai.rst
|
|
|
|
- include/zephyr/drivers/dai.h
|
|
|
|
labels:
|
|
|
|
- "area: DAI"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
"Drivers: DMA":
|
2021-12-17 17:33:21 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- teburd
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/dma/
|
|
|
|
- tests/drivers/dma/
|
|
|
|
labels:
|
|
|
|
- "area: DMA"
|
|
|
|
|
|
|
|
"Drivers: EEPROM":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- henrikbrixandersen
|
|
|
|
files:
|
|
|
|
- drivers/eeprom/
|
|
|
|
- dts/bindings/mtd/*eeprom*
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/eeprom.h
|
2021-06-18 13:32:57 +02:00
|
|
|
- samples/drivers/eeprom/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/eeprom/
|
|
|
|
labels:
|
|
|
|
- "area: EEPROM"
|
|
|
|
|
|
|
|
"Drivers: Entropy":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- ceolin
|
|
|
|
files:
|
|
|
|
- drivers/entropy/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/entropy.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/entropy/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Crypto / RNG"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: ESPI":
|
2020-12-20 05:15:40 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- albertofloyd
|
|
|
|
collaborators:
|
|
|
|
- VenkatKotakonda
|
2022-01-04 18:42:39 +01:00
|
|
|
- jvasanth1
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/espi/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/espi.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/espi/
|
|
|
|
labels:
|
2020-12-07 15:55:15 +01:00
|
|
|
- "area: eSPI"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: Ethernet":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tbursztyka
|
|
|
|
collaborators:
|
|
|
|
- pfalcon
|
|
|
|
files:
|
|
|
|
- drivers/ethernet/
|
|
|
|
labels:
|
|
|
|
- "area: Ethernet"
|
|
|
|
|
|
|
|
"Drivers: Flash":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nvlsianpu
|
|
|
|
files:
|
|
|
|
- drivers/flash/
|
|
|
|
- dts/bindings/flash_controller/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/flash.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/flash_shell/
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/drivers/flash/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Flash"
|
|
|
|
|
|
|
|
"Drivers: GPIO":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- mnkp
|
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/peripherals/gpio.rst
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/gpio/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/gpio/
|
|
|
|
- include/zephyr/drivers/gpio.h
|
|
|
|
- include/zephyr/dt-bindings/gpio/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/gpio/
|
|
|
|
labels:
|
|
|
|
- "area: GPIO"
|
|
|
|
|
|
|
|
"Drivers: HW Info":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- alexanderwachter
|
|
|
|
files:
|
|
|
|
- drivers/hwinfo/
|
|
|
|
- dts/bindings/hwinfo/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/hwinfo.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/hwinfo/
|
|
|
|
labels:
|
|
|
|
- "area: HWINFO"
|
|
|
|
|
|
|
|
"Drivers: I2C":
|
2021-12-17 17:33:21 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- teburd
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/i2c/
|
|
|
|
- dts/bindings/i2c/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/i2c.h
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: I2C"
|
|
|
|
|
|
|
|
"Drivers: I2S":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- anangl
|
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/peripherals/audio/i2s.rst
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/i2s/
|
|
|
|
- dts/bindings/i2s/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/i2s.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/i2s/
|
|
|
|
labels:
|
|
|
|
- "area: I2S"
|
|
|
|
|
|
|
|
"Drivers: IEEE 802.15.4":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tbursztyka
|
|
|
|
collaborators:
|
2021-06-16 17:18:40 +02:00
|
|
|
- rlubos
|
2022-03-29 12:28:55 +02:00
|
|
|
- jciupis
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/ieee802154/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: IEEE 802.15.4"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: Interrupt controllers":
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/interrupt_controller/
|
|
|
|
- dts/bindings/interrupt-controller/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/interrupt_controller/
|
|
|
|
- include/zephyr/dt-bindings/interrupt-controller/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Interrupt Controller"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: IPM":
|
|
|
|
status: maintained
|
2021-02-02 14:55:53 +01:00
|
|
|
collaborators:
|
|
|
|
- dcpleung
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/ipm/
|
|
|
|
description: >-
|
|
|
|
Inter-processor mailboxes
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: IPM"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: kscan":
|
2021-03-26 14:11:53 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- albertofloyd
|
|
|
|
collaborators:
|
|
|
|
- VenkatKotakonda
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/kscan/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/kscan.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/espi/
|
|
|
|
- tests/drivers/kscan/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Kscan"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: LED":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- Mani-Sadhasivam
|
|
|
|
files:
|
|
|
|
- drivers/led/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/led/
|
|
|
|
- include/zephyr/drivers/led.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/led_*/
|
|
|
|
labels:
|
|
|
|
- "area: LED"
|
|
|
|
|
|
|
|
"Drivers: LED Strip":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- mbolivar-nordic
|
|
|
|
files:
|
|
|
|
- drivers/led_strip/
|
|
|
|
- dts/bindings/led_strip/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/led_strip.h
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: LED"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: lora":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- Mani-Sadhasivam
|
2021-02-28 15:46:05 +01:00
|
|
|
collaborators:
|
|
|
|
- mniestroj
|
2022-03-17 11:19:21 +01:00
|
|
|
- JordanYates
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/lora/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/lora.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/lora/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/lorawan/
|
2020-12-20 05:15:40 +01:00
|
|
|
- subsys/lorawan/
|
2021-09-15 23:21:15 +02:00
|
|
|
- samples/subsys/lorawan/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: LoRa"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: Modem":
|
2021-09-20 16:59:06 +02:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- rerickson1
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/modem/
|
|
|
|
labels:
|
|
|
|
- "area: Modem"
|
|
|
|
|
2020-12-07 15:55:15 +01:00
|
|
|
"Drivers: Neural Networks":
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2021-03-26 14:11:53 +01:00
|
|
|
collaborators:
|
|
|
|
- nashif
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/neural_net/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Neural Networks"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
"Drivers: PCI":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- dcpleung
|
|
|
|
collaborators:
|
2021-02-02 14:55:53 +01:00
|
|
|
- jhedberg
|
|
|
|
- finikorg
|
|
|
|
- tbursztyka
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/pcie/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/pcie/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: PCI"
|
|
|
|
|
2020-12-07 15:55:15 +01:00
|
|
|
"Drivers: PECI":
|
2021-03-26 14:11:53 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- albertofloyd
|
|
|
|
collaborators:
|
|
|
|
- VenkatKotakonda
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/peci/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/peci.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/peci/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: PECI"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
2022-02-18 00:55:25 +01:00
|
|
|
"Drivers: Pin Control":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- gmarull
|
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/pinctrl/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/pinctrl/
|
|
|
|
- include/zephyr/drivers/pinctrl.h
|
2022-02-18 00:55:25 +01:00
|
|
|
- drivers/pinctrl/
|
|
|
|
labels:
|
|
|
|
- "area: Pinctrl"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
"Drivers: Pinmux":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- mnkp
|
2021-10-14 17:18:54 +02:00
|
|
|
collaborators:
|
|
|
|
- gmarull
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/peripherals/pinmux.rst
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/pinmux/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/pinmux.h
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Pinmux"
|
|
|
|
|
|
|
|
"Drivers: PTP Clock":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2021-06-16 17:18:40 +02:00
|
|
|
- tbursztyka
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/ptp_clock/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/ptp_clock.h
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Clocks"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
2021-03-01 08:57:15 +01:00
|
|
|
"Drivers: PM CPU ops":
|
2020-12-19 15:52:48 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- carlocaione
|
|
|
|
files:
|
2021-03-01 08:57:15 +01:00
|
|
|
- drivers/pm_cpu_ops/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/pm_cpu_ops/
|
|
|
|
- include/zephyr/drivers/pm_cpu_ops.h
|
|
|
|
- include/zephyr/arch/arm64/arm-smccc.h
|
2020-12-19 15:52:48 +01:00
|
|
|
labels:
|
2021-03-01 08:57:15 +01:00
|
|
|
- "area: PM CPU ops"
|
2020-12-19 15:52:48 +01:00
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
"Drivers: PWM":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- anangl
|
2020-12-27 16:50:14 +01:00
|
|
|
collaborators:
|
|
|
|
- henrikbrixandersen
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/pwm/
|
|
|
|
- dts/bindings/pwm/
|
|
|
|
- tests/drivers/pwm/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/*/pwms.h
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: PWM"
|
|
|
|
|
|
|
|
"Drivers: Serial/UART":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- dcpleung
|
|
|
|
files:
|
|
|
|
- drivers/serial/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/uart.h
|
|
|
|
- include/zephyr/drivers/uart/
|
2020-04-07 15:34:09 +02:00
|
|
|
- dts/bindings/serial/
|
2022-01-14 09:57:27 +01:00
|
|
|
- samples/drivers/uart/
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/drivers/uart/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: UART"
|
|
|
|
|
|
|
|
"Drivers: Sensors":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- MaureenHelm
|
|
|
|
collaborators:
|
|
|
|
- avisconti
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2021-10-20 16:01:08 +02:00
|
|
|
- teburd
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/sensor/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/sensor.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/sensor/
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/drivers/sensor/
|
|
|
|
- dts/bindings/sensor/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Sensors"
|
|
|
|
|
|
|
|
"Drivers: SPI":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tbursztyka
|
|
|
|
files:
|
|
|
|
- drivers/spi/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/spi.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/drivers/spi/
|
|
|
|
labels:
|
|
|
|
- "area: SPI"
|
|
|
|
|
|
|
|
"Drivers: System timer":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- andyross
|
2021-03-11 07:30:22 +01:00
|
|
|
collaborators:
|
|
|
|
- KangJianX
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/timer/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/timer/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Timer"
|
|
|
|
|
2022-02-28 16:33:21 +01:00
|
|
|
"Drivers: Video":
|
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- loicpoulain
|
|
|
|
files:
|
|
|
|
- drivers/video/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/video.h
|
|
|
|
- include/zephyr/drivers/video-controls.h
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Video"
|
|
|
|
|
|
|
|
"Drivers: Watchdog":
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-12-02 03:11:40 +01:00
|
|
|
collaborators:
|
|
|
|
- katsuster
|
2021-11-08 14:00:49 +01:00
|
|
|
- martinjaeger
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/peripherals/watchdog.rst
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/watchdog/
|
|
|
|
- dts/bindings/watchdog/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/drivers/watchdog.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/drivers/watchdog/
|
|
|
|
- tests/drivers/watchdog/
|
|
|
|
labels:
|
|
|
|
- "area: Watchdog"
|
|
|
|
|
|
|
|
"Drivers: WiFi":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tbursztyka
|
|
|
|
collaborators:
|
2021-06-16 17:18:40 +02:00
|
|
|
- rlubos
|
2020-10-08 10:38:09 +02:00
|
|
|
- kludentwo
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/wifi/
|
|
|
|
labels:
|
|
|
|
- "area: Wifi"
|
|
|
|
|
|
|
|
"Drivers: WiFi es-WiFi":
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- loicpoulain
|
|
|
|
files:
|
|
|
|
- drivers/wifi/eswifi/
|
|
|
|
description: >-
|
|
|
|
Inventek es-WiFi
|
|
|
|
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Wifi"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Filesystems:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nvlsianpu
|
|
|
|
collaborators:
|
|
|
|
- de-nordic
|
|
|
|
- Laczen
|
|
|
|
- nashif
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/fs/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/subsys/fs/
|
|
|
|
- subsys/fs/
|
|
|
|
- tests/subsys/fs/
|
|
|
|
labels:
|
|
|
|
- "area: File System"
|
|
|
|
|
2022-03-10 19:53:22 +01:00
|
|
|
Formatted Output:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nordic-krch
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/sys/cbprintf*
|
2022-03-10 19:53:22 +01:00
|
|
|
- tests/unit/cbprintf/
|
|
|
|
- tests/lib/cbprintf_*/
|
|
|
|
- lib/os/cbprintf*
|
|
|
|
- lib/os/Kconfig.cbprintf
|
|
|
|
labels:
|
|
|
|
- "area: Formatting Output"
|
|
|
|
|
2021-09-27 10:17:55 +02:00
|
|
|
IPC:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- carlocaione
|
|
|
|
- arnopo
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/ipc/
|
2021-09-27 10:17:55 +02:00
|
|
|
- samples/subsys/ipc/
|
|
|
|
- subsys/ipc/
|
|
|
|
description: >-
|
|
|
|
Inter-Processor Communication
|
|
|
|
labels:
|
|
|
|
- "area: IPC"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
JSON Web Token:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- mrfuchs
|
2021-09-15 05:29:42 +02:00
|
|
|
- sir-branch
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/jwt/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/data/
|
2021-09-15 05:29:42 +02:00
|
|
|
- lib/os/json.c
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: JSON"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Kconfig:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2021-03-26 14:11:53 +01:00
|
|
|
collaborators:
|
|
|
|
- tejlmand
|
|
|
|
- nashif
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- scripts/kconfig/
|
2021-12-14 20:31:54 +01:00
|
|
|
- doc/build/kconfig/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Kconfig"
|
|
|
|
description: >-
|
2022-04-04 17:48:04 +02:00
|
|
|
See https://docs.zephyrproject.org/latest/build/kconfig/index.html and
|
|
|
|
https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html#default-board-configuration
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
Kernel:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- andyross
|
|
|
|
collaborators:
|
2021-02-02 14:55:53 +01:00
|
|
|
- nashif
|
|
|
|
- ceolin
|
|
|
|
- dcpleung
|
2021-09-16 13:02:20 +02:00
|
|
|
- peter-mitsis
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2021-12-04 18:38:55 +01:00
|
|
|
- doc/kernel/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/kernel*.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- kernel/
|
|
|
|
- tests/kernel/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/sys_clock.h
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Kernel"
|
|
|
|
|
2020-12-20 05:15:40 +01:00
|
|
|
Base OS:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- andyross
|
|
|
|
collaborators:
|
2021-02-02 14:55:53 +01:00
|
|
|
- dcpleung
|
2020-12-20 05:15:40 +01:00
|
|
|
- nashif
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/sys/
|
2020-12-20 05:15:40 +01:00
|
|
|
- lib/os/
|
2022-03-10 19:53:22 +01:00
|
|
|
files-exclude:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/sys/cbprintf*
|
2022-03-10 19:53:22 +01:00
|
|
|
- tests/unit/cbprintf/
|
|
|
|
- tests/lib/cbprintf_*/
|
|
|
|
- lib/os/cbprintf*
|
|
|
|
- lib/os/Kconfig.cbprintf
|
2020-12-20 05:15:40 +01:00
|
|
|
labels:
|
|
|
|
- "area: Base OS"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Little FS:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/fs/Kconfig.littlefs
|
|
|
|
- subsys/fs/littlefs_fs.c
|
2020-08-13 08:53:00 +02:00
|
|
|
- tests/subsys/fs/littlefs/
|
2020-04-07 15:34:09 +02:00
|
|
|
description: >-
|
|
|
|
Little FS
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: File System"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Logging:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nordic-krch
|
2021-03-11 07:30:22 +01:00
|
|
|
collaborators:
|
|
|
|
- chen-png
|
2022-04-28 00:08:13 +02:00
|
|
|
- aasthagr
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/logging/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/subsys/logging/
|
|
|
|
- subsys/logging/
|
|
|
|
- tests/subsys/logging/
|
|
|
|
labels:
|
|
|
|
- "area: Logging"
|
|
|
|
|
|
|
|
MAINTAINERS file:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- MaureenHelm
|
|
|
|
collaborators:
|
2021-03-26 14:11:53 +01:00
|
|
|
- nashif
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- MAINTAINERS.yml
|
|
|
|
labels:
|
|
|
|
- "area: Process"
|
|
|
|
description: >-
|
|
|
|
Zephyr Maintainers File
|
|
|
|
|
2021-10-19 17:35:47 +02:00
|
|
|
Mbed TLS:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- d3zd3z
|
|
|
|
- ceolin
|
|
|
|
files:
|
|
|
|
- tests/crypto/mbedtls/
|
|
|
|
labels:
|
|
|
|
- "area: Crypto / RNG"
|
|
|
|
description: >-
|
|
|
|
Mbed TLS module implementing the PSA Crypto API and TLS.
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
MCU Manager:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- de-nordic
|
2021-11-02 10:42:13 +01:00
|
|
|
collaborators:
|
|
|
|
- lairdjm
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2020-07-30 18:01:18 +02:00
|
|
|
- subsys/mgmt/mcumgr/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/mgmt/mcumgr/
|
2020-07-30 18:01:18 +02:00
|
|
|
- samples/subsys/mgmt/mcumgr/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: mcumgr"
|
|
|
|
|
2020-09-09 05:35:45 +02:00
|
|
|
OSDP:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-09-09 05:35:45 +02:00
|
|
|
collaborators:
|
2021-05-08 23:57:34 +02:00
|
|
|
- sidcha
|
2020-09-09 05:35:45 +02:00
|
|
|
files:
|
|
|
|
- subsys/mgmt/osdp/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/mgmt/osdp.h
|
2020-09-09 05:35:45 +02:00
|
|
|
- samples/subsys/mgmt/osdp/
|
|
|
|
labels:
|
|
|
|
- "area: OSDP"
|
|
|
|
|
2021-10-02 09:59:01 +02:00
|
|
|
hawkBit:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2021-10-02 09:59:01 +02:00
|
|
|
collaborators:
|
|
|
|
- ycsin
|
|
|
|
files:
|
|
|
|
- subsys/mgmt/hawkbit/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/mgmt/hawkbit.h
|
2021-10-02 09:59:01 +02:00
|
|
|
- samples/subsys/mgmt/hawkbit/
|
|
|
|
labels:
|
|
|
|
- "area: hawkBit"
|
|
|
|
|
2021-11-19 01:27:14 +01:00
|
|
|
"mgmt: updatehub":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nandojve
|
|
|
|
files:
|
|
|
|
- subsys/mgmt/updatehub/
|
|
|
|
- samples/subsys/mgmt/updatehub/
|
|
|
|
labels:
|
|
|
|
- "area: updatehub"
|
|
|
|
description: >-
|
|
|
|
UpdateHub embedded Firmware Over-The-Air (FOTA) upgrade agent
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Native POSIX and POSIX arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- aescolar
|
|
|
|
files:
|
|
|
|
- arch/posix/
|
|
|
|
- boards/posix/native_posix/
|
|
|
|
- drivers/*/*native_posix*
|
|
|
|
- drivers/*/*/*native_posix*
|
|
|
|
- dts/posix/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/posix/
|
2020-04-07 15:34:09 +02:00
|
|
|
- scripts/valgrind.supp
|
|
|
|
- soc/posix/
|
|
|
|
- tests/boards/native_posix/
|
|
|
|
labels:
|
|
|
|
- "area: native port"
|
|
|
|
description: >-
|
|
|
|
POSIX architecture and SOC, native_posix board, and related drivers
|
|
|
|
|
|
|
|
Networking:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2021-06-16 17:18:40 +02:00
|
|
|
- rlubos
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- tbursztyka
|
|
|
|
- pfalcon
|
2021-03-11 07:30:22 +01:00
|
|
|
- mengxianglinx
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/net/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/net/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/net/
|
|
|
|
- subsys/net/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/connectivity/networking/
|
2020-04-07 15:34:09 +02:00
|
|
|
files-exclude:
|
|
|
|
- samples/net/sockets/coap_*/
|
|
|
|
- samples/net/lwm2m_client/
|
|
|
|
- subsys/net/lib/coap/
|
|
|
|
- subsys/net/lib/lwm2m/
|
|
|
|
- subsys/net/lib/openthread/
|
|
|
|
- subsys/net/lib/tls_credentials/
|
|
|
|
labels:
|
|
|
|
- "area: Networking"
|
|
|
|
|
|
|
|
"Networking: BSD sockets":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- pfalcon
|
|
|
|
collaborators:
|
2021-06-16 17:18:40 +02:00
|
|
|
- rlubos
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- samples/net/sockets/
|
|
|
|
- subsys/net/lib/sockets/
|
|
|
|
- tests/net/socket/
|
|
|
|
labels:
|
|
|
|
- "area: Sockets"
|
|
|
|
|
|
|
|
"Networking: Buffers":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- jhedberg
|
|
|
|
collaborators:
|
2021-06-16 17:18:40 +02:00
|
|
|
- rlubos
|
2020-04-07 15:34:09 +02:00
|
|
|
- tbursztyka
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/net/buf.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/net/buf.c
|
|
|
|
- tests/net/buf/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Networking"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
"Networking: CoAP":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- rlubos
|
2021-10-14 14:48:25 +02:00
|
|
|
collaborators:
|
|
|
|
- pdgendt
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/net/lib/coap/
|
|
|
|
- samples/net/sockets/coap_*/
|
|
|
|
- tests/net/lib/coap/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Networking"
|
2021-04-27 22:15:07 +02:00
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
"Networking: LWM2M":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- rlubos
|
2022-02-07 14:04:00 +01:00
|
|
|
collaborators:
|
|
|
|
- SeppoTakalo
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- samples/net/lwm2m_client/
|
|
|
|
- subsys/net/lib/lwm2m/
|
|
|
|
labels:
|
|
|
|
- "area: LWM2M"
|
|
|
|
|
|
|
|
"Networking: MQTT":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- rlubos
|
|
|
|
files:
|
|
|
|
- subsys/net/lib/mqtt/
|
|
|
|
- tests/net/lib/mqtt_packet/
|
|
|
|
- samples/net/mqtt_publisher/
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: Networking"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
2021-10-14 14:46:34 +02:00
|
|
|
"Networking: OpenThread":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- rlubos
|
|
|
|
collaborators:
|
|
|
|
- pdgendt
|
|
|
|
files:
|
|
|
|
- subsys/net/l2/openthread/
|
|
|
|
- subsys/net/lib/openthread/
|
|
|
|
- samples/net/openthread/
|
|
|
|
labels:
|
|
|
|
- "area: Networking"
|
|
|
|
- "area: OpenThread"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
NIOS-2 arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
|
|
|
files:
|
|
|
|
- arch/nios2/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/nios2/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: NIOS2"
|
|
|
|
|
|
|
|
nRF52 BSIM:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- aescolar
|
|
|
|
files:
|
|
|
|
- boards/posix/nrf52_bsim/
|
|
|
|
labels:
|
2022-05-13 16:16:05 +02:00
|
|
|
- "platform: nRF52 BSIM"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
POSIX API layer:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-11-03 11:24:14 +01:00
|
|
|
collaborators:
|
2020-04-07 15:34:09 +02:00
|
|
|
- pfalcon
|
2021-03-11 07:30:22 +01:00
|
|
|
- enjiamai
|
|
|
|
- KangJianX
|
2022-03-16 16:56:39 +01:00
|
|
|
- cfriedt
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/posix/
|
2020-04-07 15:34:09 +02:00
|
|
|
- lib/posix/
|
|
|
|
- tests/posix/
|
|
|
|
labels:
|
|
|
|
- "area: POSIX"
|
|
|
|
|
|
|
|
Power management:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2020-12-20 05:15:40 +01:00
|
|
|
- ceolin
|
|
|
|
collaborators:
|
|
|
|
- nashif
|
2021-03-11 07:30:22 +01:00
|
|
|
- mengxianglinx
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2021-10-20 16:01:08 +02:00
|
|
|
- teburd
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/pm/
|
2021-04-29 13:48:39 +02:00
|
|
|
- samples/subsys/pm/
|
2021-04-29 13:45:57 +02:00
|
|
|
- subsys/pm/
|
2021-04-29 13:58:03 +02:00
|
|
|
- tests/subsys/pm/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Power Management"
|
|
|
|
|
|
|
|
RISCV arch:
|
2021-10-14 15:03:28 +02:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- kgugala
|
|
|
|
- pgielda
|
|
|
|
- tgorochowik
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
2021-10-14 15:03:28 +02:00
|
|
|
- fkokosinski
|
2020-04-07 15:34:09 +02:00
|
|
|
- mgielda
|
2020-11-15 20:30:14 +01:00
|
|
|
- katsuster
|
2022-03-09 01:22:32 +01:00
|
|
|
- edersondisouza
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- arch/riscv/
|
2020-11-18 04:35:52 +01:00
|
|
|
- boards/riscv/
|
|
|
|
- dts/bindings/riscv/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/riscv/
|
2020-11-18 04:35:52 +01:00
|
|
|
- soc/riscv/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: RISCV"
|
|
|
|
|
2020-12-07 17:49:58 +01:00
|
|
|
Twister:
|
2020-04-07 15:34:09 +02:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
2021-03-11 07:30:22 +01:00
|
|
|
collaborators:
|
|
|
|
- chen-png
|
2021-03-10 20:48:04 +01:00
|
|
|
- galak
|
|
|
|
- PerMac
|
|
|
|
- enjiamai
|
|
|
|
- hakehuang
|
2021-12-20 10:14:37 +01:00
|
|
|
- gopiotr
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2020-12-07 17:49:58 +01:00
|
|
|
- scripts/twister
|
2020-12-20 05:15:40 +01:00
|
|
|
- scripts/pylib/twister/
|
|
|
|
- scripts/tests/twister/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
2020-12-07 17:49:58 +01:00
|
|
|
- "area: Twister"
|
2020-04-07 15:34:09 +02:00
|
|
|
|
|
|
|
Settings:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nvlsianpu
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/settings/
|
2020-04-07 15:34:09 +02:00
|
|
|
- subsys/settings/
|
|
|
|
- tests/subsys/settings/
|
|
|
|
labels:
|
|
|
|
- "area: Settings"
|
|
|
|
|
|
|
|
Shell:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- jakub-uC
|
|
|
|
collaborators:
|
|
|
|
- carlescufi
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/shell/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/subsys/shell/
|
|
|
|
- subsys/shell/
|
|
|
|
- tests/subsys/shell/
|
|
|
|
labels:
|
|
|
|
- "area: Shell"
|
|
|
|
|
|
|
|
Shields:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- erwango
|
|
|
|
collaborators:
|
|
|
|
- avisconti
|
2020-11-16 00:04:08 +01:00
|
|
|
- jfischer-no
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- boards/shields/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/hardware/porting/shields.rst
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Shields"
|
|
|
|
|
2020-11-13 09:52:02 +01:00
|
|
|
SPARC arch:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2020-11-13 09:52:02 +01:00
|
|
|
collaborators:
|
|
|
|
- martin-aberg
|
|
|
|
files:
|
|
|
|
- arch/sparc/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/sparc/
|
2020-11-13 09:52:02 +01:00
|
|
|
labels:
|
|
|
|
- "area: SPARC"
|
|
|
|
|
2021-10-26 22:21:19 +02:00
|
|
|
State machine framework:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- sambhurst
|
|
|
|
collaborators:
|
|
|
|
- keith-zephyr
|
|
|
|
files:
|
2022-04-04 22:10:35 +02:00
|
|
|
- doc/services/smf/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/smf.h
|
2021-10-26 22:21:19 +02:00
|
|
|
- lib/smf/
|
|
|
|
- tests/lib/smf/
|
|
|
|
labels:
|
|
|
|
- "area: State Machine Framework"
|
|
|
|
|
2021-11-18 21:46:13 +01:00
|
|
|
GD32 Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nandojve
|
|
|
|
- gmarull
|
2021-12-09 16:30:41 +01:00
|
|
|
collaborators:
|
|
|
|
- soburi
|
2021-11-18 21:46:13 +01:00
|
|
|
files:
|
|
|
|
- boards/arm/gd32*/
|
2021-12-29 16:03:05 +01:00
|
|
|
- boards/riscv/gd32*/
|
2021-12-09 16:30:41 +01:00
|
|
|
- boards/riscv/longan_nano/
|
2021-11-18 21:46:13 +01:00
|
|
|
- drivers/*/*gd32*/
|
|
|
|
- drivers/*/*gd32*
|
2021-12-09 16:30:41 +01:00
|
|
|
- dts/*/gigadevice/
|
2021-11-18 21:46:13 +01:00
|
|
|
- dts/bindings/*/*gd32*
|
|
|
|
- soc/arm/gigadevice/
|
2021-12-09 16:30:41 +01:00
|
|
|
- soc/riscv/riscv-privilege/gd32vf103/
|
2021-11-18 21:46:13 +01:00
|
|
|
- scripts/west_commands/*/*gd32*
|
|
|
|
labels:
|
|
|
|
- "platform: GD32"
|
|
|
|
description: >-
|
|
|
|
GigaDevice GD32 SOCs, dts files and related drivers. Starter and eval
|
|
|
|
boards.
|
|
|
|
|
2020-12-20 05:15:40 +01:00
|
|
|
Synopsys Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2021-10-01 15:42:46 +02:00
|
|
|
- ruuddw
|
2020-12-20 05:15:40 +01:00
|
|
|
collaborators:
|
|
|
|
- abrodkin
|
|
|
|
- evgeniy-paltsev
|
|
|
|
- IRISZZW
|
|
|
|
files:
|
|
|
|
- soc/arc/
|
|
|
|
- boards/arc/
|
|
|
|
labels:
|
|
|
|
- "platform: Synopsys"
|
|
|
|
|
2022-05-13 16:18:30 +02:00
|
|
|
Nuvoton NPCX Platforms:
|
2021-07-20 08:57:15 +02:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- MulinChao
|
|
|
|
- ChiHuaL
|
|
|
|
- WealianLiao
|
2021-02-02 14:55:53 +01:00
|
|
|
collaborators:
|
|
|
|
- MulinChao
|
2021-02-23 02:23:58 +01:00
|
|
|
- ChiHuaL
|
|
|
|
- WealianLiao
|
2021-07-20 08:57:15 +02:00
|
|
|
- sjg20
|
|
|
|
- keith-zephyr
|
|
|
|
- jackrosenthal
|
|
|
|
- fabiobaltieri
|
|
|
|
- yperess
|
2021-02-02 14:55:53 +01:00
|
|
|
files:
|
2021-07-20 08:57:15 +02:00
|
|
|
- soc/arm/nuvoton_npcx/
|
2021-02-02 14:55:53 +01:00
|
|
|
- boards/arm/npcx*/
|
|
|
|
- dts/arm/nuvoton/
|
2021-07-20 08:57:15 +02:00
|
|
|
- dts/bindings/*/*npcx*
|
2021-09-15 23:21:15 +02:00
|
|
|
- drivers/*/*_npcx*.c
|
2021-02-02 14:55:53 +01:00
|
|
|
labels:
|
2022-05-13 16:18:30 +02:00
|
|
|
- "platform: Nuvoton NPCX"
|
2021-02-02 14:55:53 +01:00
|
|
|
|
2022-05-13 16:23:06 +02:00
|
|
|
Nuvoton Numicro Platforms:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2021-08-05 03:50:27 +02:00
|
|
|
collaborators:
|
|
|
|
- ssekar15
|
|
|
|
files:
|
|
|
|
- soc/arm/nuvoton_numicro/
|
|
|
|
- boards/arm/nuvoton_pfm*/
|
|
|
|
- dts/arm/nuvoton/
|
|
|
|
- dts/bindings/*/*numicro*
|
|
|
|
- drivers/*/*_numicro*
|
|
|
|
labels:
|
2022-05-13 16:23:06 +02:00
|
|
|
- "platform: Nuvoton Numicro"
|
2021-08-05 03:50:27 +02:00
|
|
|
|
2021-02-02 14:55:53 +01:00
|
|
|
SiLabs Platforms:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2021-02-02 14:55:53 +01:00
|
|
|
collaborators:
|
|
|
|
- chrta
|
|
|
|
files:
|
|
|
|
- soc/arm/silabs_*/
|
|
|
|
- boards/arm/ef*/
|
|
|
|
- dts/arm/silabs/
|
|
|
|
- dts/bindings/*/silabs*
|
|
|
|
- drivers/*/*_gecko*
|
|
|
|
labels:
|
|
|
|
- "platform: SiLabs"
|
|
|
|
|
2020-12-20 05:15:40 +01:00
|
|
|
Intel Platforms (X86):
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2021-09-16 13:02:20 +02:00
|
|
|
- enjiamai
|
2020-12-20 05:15:40 +01:00
|
|
|
collaborators:
|
|
|
|
- jhedberg
|
|
|
|
- aasthagr
|
2021-10-26 21:31:46 +02:00
|
|
|
- laurenmurphyx64
|
2022-03-04 15:25:03 +01:00
|
|
|
- MaureenHelm
|
2020-12-20 05:15:40 +01:00
|
|
|
files:
|
|
|
|
- boards/x86/
|
|
|
|
- soc/x86/
|
|
|
|
labels:
|
|
|
|
- "platform: X86"
|
|
|
|
|
|
|
|
Intel Platforms (Xtensa):
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
|
|
|
collaborators:
|
|
|
|
- andyross
|
|
|
|
- dcpleung
|
2022-01-05 14:53:10 +01:00
|
|
|
- lyakh
|
|
|
|
- lgirdwood
|
|
|
|
- mengxianglinx
|
|
|
|
- marc-hb
|
|
|
|
- kv2019i
|
2022-03-04 15:25:03 +01:00
|
|
|
- MaureenHelm
|
2020-12-20 05:15:40 +01:00
|
|
|
files:
|
|
|
|
- boards/xtensa/intel_*/
|
|
|
|
- soc/xtensa/intel_*/
|
|
|
|
- samples/boards/intel_s1000_crb/
|
|
|
|
labels:
|
|
|
|
- "platform: Intel CAVS"
|
|
|
|
|
|
|
|
NXP Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2021-09-20 16:19:27 +02:00
|
|
|
- dleach02
|
2021-03-31 00:06:52 +02:00
|
|
|
collaborators:
|
|
|
|
- mmahadevan108
|
2021-12-13 19:46:00 +01:00
|
|
|
- danieldegrasse
|
2020-12-20 05:15:40 +01:00
|
|
|
files:
|
|
|
|
- boards/arm/mimx*/
|
|
|
|
- boards/arm/frdm_k*/
|
|
|
|
- boards/arm/lpcxpress*/
|
2021-09-15 23:21:15 +02:00
|
|
|
- boards/arm/twr_*/
|
2020-12-20 05:15:40 +01:00
|
|
|
- soc/arm/nxp_*/
|
|
|
|
- drivers/*/*imx*
|
2021-09-15 23:21:15 +02:00
|
|
|
- drivers/*/*lpc*.c
|
|
|
|
- drivers/*/*mcux*.c
|
2020-12-20 05:15:40 +01:00
|
|
|
- dts/arm/nxp/
|
2021-01-15 21:58:58 +01:00
|
|
|
- dts/bindings/*/nxp*
|
2020-12-20 05:15:40 +01:00
|
|
|
labels:
|
|
|
|
- "platform: NXP"
|
|
|
|
|
2022-05-13 15:56:55 +02:00
|
|
|
Microchip MEC Platforms:
|
2020-12-20 05:15:40 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2022-01-04 18:42:39 +01:00
|
|
|
- jvasanth1
|
2020-12-20 05:15:40 +01:00
|
|
|
collaborators:
|
|
|
|
- VenkatKotakonda
|
|
|
|
- albertofloyd
|
|
|
|
files:
|
|
|
|
- boards/arm/mec*/
|
|
|
|
- dts/arm/microchip/
|
|
|
|
- soc/arm/microchip_mec/
|
2021-09-15 23:21:15 +02:00
|
|
|
- drivers/*/*mchp*.c
|
2020-12-20 05:15:40 +01:00
|
|
|
labels:
|
2022-05-13 15:56:55 +02:00
|
|
|
- "platform: Microchip MEC"
|
2020-12-20 05:15:40 +01:00
|
|
|
|
|
|
|
nRF Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2021-11-16 16:18:09 +01:00
|
|
|
- anangl
|
2020-12-20 05:15:40 +01:00
|
|
|
files:
|
2021-01-15 21:58:58 +01:00
|
|
|
- boards/arm/*nrf*/
|
2021-09-15 23:21:15 +02:00
|
|
|
- drivers/*/*nrfx*.c
|
2020-12-20 05:15:40 +01:00
|
|
|
- soc/arm/nordic_nrf/
|
|
|
|
- samples/boards/nrf/
|
|
|
|
- dts/arm/nordic/
|
|
|
|
labels:
|
|
|
|
- "platform: nRF"
|
|
|
|
|
2021-12-02 10:21:44 +01:00
|
|
|
Renesas R-Car Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- aaillet
|
|
|
|
collaborators:
|
|
|
|
- pmarzin
|
|
|
|
files:
|
|
|
|
- boards/arm/rcar_*/
|
|
|
|
- drivers/*/*rcar*
|
|
|
|
- dts/arm/renesas/
|
|
|
|
- dts/bindings/*/*rcar*
|
|
|
|
- soc/arm/renesas_rcar/
|
|
|
|
labels:
|
|
|
|
- "platform: Renesas R-Car"
|
|
|
|
description: >-
|
|
|
|
Renesas R-Car SOCs, dts files and related drivers. Renesas boards based
|
|
|
|
on R-Car SOCs.
|
|
|
|
|
2020-12-20 05:15:40 +01:00
|
|
|
STM32 Platforms:
|
2020-04-07 15:34:09 +02:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- erwango
|
2021-04-09 09:03:06 +02:00
|
|
|
collaborators:
|
|
|
|
- ABOSTM
|
|
|
|
- FRASTM
|
2021-10-14 17:18:54 +02:00
|
|
|
- gmarull
|
2022-05-11 14:29:15 +02:00
|
|
|
- GeorgeCGV
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- boards/arm/nucleo_*/
|
|
|
|
- boards/arm/stm32*_disco/
|
2021-04-09 09:03:06 +02:00
|
|
|
- boards/arm/stm32*_dk*/
|
2020-04-07 15:34:09 +02:00
|
|
|
- boards/arm/stm32*_eval/
|
|
|
|
- drivers/*/*stm32*/
|
2021-09-15 23:21:15 +02:00
|
|
|
- drivers/*/*stm32*.c
|
|
|
|
- drivers/*/*stm32*.h
|
2020-04-07 15:34:09 +02:00
|
|
|
- drivers/*/*/*stm32*
|
|
|
|
- dts/arm/st/
|
|
|
|
- dts/bindings/*/*stm32*
|
|
|
|
- soc/arm/st_stm32/
|
|
|
|
labels:
|
|
|
|
- "platform: STM32"
|
|
|
|
description: >-
|
|
|
|
STM32 SOCs, dts files and related drivers. ST nucleo, disco and eval
|
|
|
|
boards.
|
|
|
|
|
2021-03-12 14:12:31 +01:00
|
|
|
Espressif Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- sylvioalves
|
2021-07-27 16:19:06 +02:00
|
|
|
- glaubermaroto
|
2021-11-10 18:08:38 +01:00
|
|
|
- uLipe
|
2021-03-12 14:12:31 +01:00
|
|
|
files:
|
2021-09-15 23:21:15 +02:00
|
|
|
- drivers/*/*esp32*.c
|
2021-07-27 16:19:06 +02:00
|
|
|
- boards/xtensa/esp32*/
|
|
|
|
- soc/xtensa/esp32*/
|
|
|
|
- boards/riscv/esp32*/
|
|
|
|
- soc/riscv/esp32*/
|
2021-03-12 14:12:31 +01:00
|
|
|
- dts/xtensa/espressif/
|
2021-07-27 16:19:06 +02:00
|
|
|
- dts/riscv/espressif/
|
2021-03-12 14:12:31 +01:00
|
|
|
- dts/bindings/*/*esp32*
|
2021-09-15 23:21:15 +02:00
|
|
|
- samples/boards/esp32*/
|
2021-03-12 14:12:31 +01:00
|
|
|
labels:
|
|
|
|
- "platform: ESP32"
|
|
|
|
|
2021-05-14 04:25:55 +02:00
|
|
|
ITE Platforms:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- Dino-Li
|
|
|
|
- GTLin08
|
|
|
|
- RuibinChang
|
|
|
|
collaborators:
|
|
|
|
- Dino-Li
|
|
|
|
- GTLin08
|
|
|
|
- RuibinChang
|
|
|
|
- jackrosenthal
|
|
|
|
- keith-zephyr
|
|
|
|
- brockus-zephyr
|
|
|
|
- yperess
|
|
|
|
- sjg20
|
|
|
|
files:
|
|
|
|
- boards/riscv/it8xxx2_evb/
|
2021-11-03 07:31:28 +01:00
|
|
|
- drivers/*/*/*it8xxx2*.c
|
|
|
|
- drivers/*/*it8xxx2*.c
|
2021-05-14 04:25:55 +02:00
|
|
|
- dts/bindings/*/*ite*
|
2022-04-29 22:03:31 +02:00
|
|
|
- dts/riscv/ite/
|
2021-05-14 04:25:55 +02:00
|
|
|
- soc/riscv/riscv-ite/
|
|
|
|
labels:
|
|
|
|
- "platform: ITE"
|
|
|
|
|
2022-04-05 13:50:21 +02:00
|
|
|
TI Platforms:
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- vanti
|
|
|
|
- cfriedt
|
|
|
|
files:
|
|
|
|
- boards/arm/cc13*/
|
|
|
|
- boards/arm/cc26*/
|
|
|
|
- boards/arm/cc32*/
|
|
|
|
- boards/*/msp*/
|
|
|
|
- drivers/*/*cc13*/
|
|
|
|
- drivers/*/*cc25*/
|
|
|
|
- drivers/*/*cc26*/
|
|
|
|
- drivers/*/*cc32*/
|
|
|
|
- dts/*/ti/
|
|
|
|
- dts/bindings/*/ti,*
|
|
|
|
- soc/arm/ti*/
|
|
|
|
labels:
|
|
|
|
- "platform: TI"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Storage:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nvlsianpu
|
|
|
|
files:
|
|
|
|
- subsys/storage/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/storage/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/subsys/storage/
|
|
|
|
labels:
|
|
|
|
- "area: Storage"
|
|
|
|
|
2021-11-08 14:00:49 +01:00
|
|
|
Task Watchdog:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- martinjaeger
|
|
|
|
files:
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/task_wdt/
|
2021-11-08 14:00:49 +01:00
|
|
|
- samples/subsys/task_wdt/
|
|
|
|
- subsys/task_wdt/
|
|
|
|
labels:
|
|
|
|
- "area: Task Watchdog"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
TF-M Integration:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- microbuilder
|
|
|
|
collaborators:
|
2022-02-25 14:10:36 +01:00
|
|
|
- joerchan
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- samples/tfm_integration/
|
2021-10-13 16:54:34 +02:00
|
|
|
- modules/trusted-firmware-m/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: TF-M"
|
|
|
|
|
2022-04-27 19:37:32 +02:00
|
|
|
Toolchain Integration:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tejlmand
|
|
|
|
collaborators:
|
|
|
|
- stephanosio
|
|
|
|
files:
|
|
|
|
- cmake/bintools/
|
|
|
|
- cmake/compiler/
|
|
|
|
- cmake/linker/
|
|
|
|
- cmake/toolchain/
|
|
|
|
labels:
|
|
|
|
- "area: Toolchains"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Tracing:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
2021-10-20 16:01:08 +02:00
|
|
|
collaborators:
|
|
|
|
- teburd
|
2021-11-17 14:29:54 +01:00
|
|
|
- tleksell-pe
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/tracing/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/tracing/
|
2020-12-20 05:15:40 +01:00
|
|
|
- subsys/timing/
|
|
|
|
- samples/subsys/tracing/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/services/tracing/
|
2021-01-15 21:58:58 +01:00
|
|
|
- tests/subsys/tracing/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: tracing"
|
|
|
|
|
|
|
|
USB:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2020-11-16 00:04:08 +01:00
|
|
|
- jfischer-no
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- drivers/usb/
|
|
|
|
- dts/bindings/usb/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/*/usb/
|
|
|
|
- include/zephyr/usb/
|
2020-04-07 15:34:09 +02:00
|
|
|
- samples/subsys/usb/
|
|
|
|
- subsys/usb/
|
|
|
|
- tests/subsys/usb/
|
|
|
|
labels:
|
|
|
|
- "area: USB"
|
|
|
|
|
|
|
|
Userspace:
|
|
|
|
status: maintained
|
2021-03-26 14:11:53 +01:00
|
|
|
maintainers:
|
2021-02-02 14:55:53 +01:00
|
|
|
- dcpleung
|
2021-03-26 14:11:53 +01:00
|
|
|
collaborators:
|
2021-03-11 07:30:22 +01:00
|
|
|
- enjiamai
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/kernel/usermode/kernelobjects.rst
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/app_memory/
|
|
|
|
- include/zephyr/linker/app_smem*.ld
|
2020-12-20 05:15:40 +01:00
|
|
|
- tests/kernel/mem_protect/
|
|
|
|
- samples/userspace/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/syscall.h
|
2020-12-20 05:15:40 +01:00
|
|
|
- kernel/userspace*
|
2021-02-02 14:55:53 +01:00
|
|
|
- scripts/gen_app_partitions.py
|
|
|
|
- scripts/gen_kobject_list.py
|
|
|
|
- scripts/gen_syscalls.py
|
|
|
|
- scripts/process_gperf.py
|
|
|
|
- scripts/gen_relocate_app.py
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/sys/kobject.h
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: Userspace"
|
|
|
|
|
|
|
|
VFS:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- de-nordic
|
|
|
|
files:
|
|
|
|
- subsys/fs/fat_fs.c
|
|
|
|
- tests/subsys/fs/fat_fs_api/
|
|
|
|
description: >-
|
|
|
|
VFS implementation
|
|
|
|
|
2020-12-07 15:55:15 +01:00
|
|
|
labels:
|
|
|
|
- "area: File System"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
West:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- mbolivar-nordic
|
|
|
|
collaborators:
|
|
|
|
- carlescufi
|
west: spdx: Generate SPDX 2.2 tag-value documents
This adds support to generate SPDX 2.2 tag-value documents via the
new west spdx command. The CMake file-based APIs are leveraged to
create relationships from source files to the corresponding
generated build files. SPDX-License-Identifier comments in source
files are scanned and filled into the SPDX documents.
Before `west build` is run, a specific file must be created in the
build directory so that the CMake API reply will run. This can be
done by running:
west spdx --init -d BUILD_DIR
After `west build` is run, SPDX generation is then activated by
calling `west spdx`; currently this requires passing the build
directory as a parameter again:
west spdx -d BUILD_DIR
This will generate three SPDX documents in `BUILD_DIR/spdx/`:
1) `app.spdx`: This contains the bill-of-materials for the
application source files used for the build.
2) `zephyr.spdx`: This contains the bill-of-materials for the
specific Zephyr source code files that are used for the build.
3) `build.spdx`: This contains the bill-of-materials for the built
output files.
Each file in the bill-of-materials is scanned, so that its hashes
(SHA256 and SHA1) can be recorded, along with any detected licenses
if an `SPDX-License-Identifier` appears in the file.
SPDX Relationships are created to indicate dependencies between
CMake build targets; build targets that are linked together; and
source files that are compiled to generate the built library files.
`west spdx` can be called with optional parameters for further
configuration:
* `-n PREFIX`: specifies a prefix for the Document Namespaces that
will be included in the generated SPDX documents. See SPDX spec 2.2
section 2.5 at
https://spdx.github.io/spdx-spec/2-document-creation-information/.
If -n is omitted, a default namespace will be generated according
to the default format described in section 2.5 using a random UUID.
* `-s SPDX_DIR`: specifies an alternate directory where the SPDX
documents should be written. If not specified, they will be saved
in `BUILD_DIR/spdx/`.
* `--analyze-includes`: in addition to recording the compiled
source code files (e.g. `.c`, `.S`) in the bills-of-materials, if
this flag is specified, `west spdx` will attempt to determine the
specific header files that are included for each `.c` file. This
will take longer, as it performs a dry run using the C compiler
for each `.c` file (using the same arguments that were passed to it
for the actual build).
* `--include-sdk`: if `--analyze-includes` is used, then adding
`--include-sdk` will create a fourth SPDX document, `sdk.spdx`,
which will list any header files included from the SDK.
Signed-off-by: Steve Winslow <steve@swinslow.net>
2021-04-21 05:04:52 +02:00
|
|
|
- swinslow
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- scripts/west-commands.yml
|
|
|
|
- scripts/west_commands/
|
2022-04-04 17:48:04 +02:00
|
|
|
- doc/develop/west/
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: West"
|
|
|
|
|
2022-04-08 18:25:49 +02:00
|
|
|
"West project: canopennode":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- henrikbrixandersen
|
|
|
|
files:
|
|
|
|
- modules/canopennode/
|
|
|
|
labels:
|
|
|
|
- manifest-canopennode
|
|
|
|
- "area: CAN"
|
|
|
|
|
|
|
|
"West project: civetweb":
|
|
|
|
status: obsolete
|
|
|
|
files:
|
|
|
|
- samples/net/civetweb/
|
|
|
|
- modules/Kconfig.civetweb
|
|
|
|
labels:
|
|
|
|
- manifest-civetweb
|
|
|
|
- "area: Networking"
|
|
|
|
- "area: civetweb"
|
|
|
|
|
|
|
|
"West project: cmsis":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- stephanosio
|
|
|
|
collaborators:
|
|
|
|
- microbuilder
|
|
|
|
- povergoing
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.cmsis
|
|
|
|
- modules/Kconfig.cmsis_dsp
|
|
|
|
- modules/Kconfig.cmsis_nn
|
|
|
|
labels:
|
|
|
|
- manifest-cmsis
|
|
|
|
|
|
|
|
"West project: edtt":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- aescolar
|
|
|
|
collaborators:
|
|
|
|
- wopu-ot
|
|
|
|
- thoh-ot
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-edtt
|
|
|
|
|
|
|
|
"West project: fatfs":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- de-nordic
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-fatfs
|
|
|
|
|
|
|
|
"West project: hal_altera":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- nashif
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.altera
|
|
|
|
labels:
|
|
|
|
- manifest-hal_altera
|
|
|
|
|
|
|
|
"West project: hal_atmel":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nandojve
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.atmel
|
|
|
|
labels:
|
|
|
|
- manifest-hal_atmel
|
|
|
|
|
|
|
|
"West project: hal_cypress":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- ifyall
|
|
|
|
collaborators:
|
|
|
|
- nandojve
|
|
|
|
- nashif
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.cypress
|
|
|
|
labels:
|
|
|
|
- manifest-hal_cypress
|
|
|
|
|
|
|
|
"West project: hal_espressif":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- sylvioalves
|
|
|
|
- glaubermaroto
|
|
|
|
- uLipe
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-hal_espressif
|
|
|
|
|
|
|
|
"West project: hal_gigadevice":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nandojve
|
|
|
|
- gmarull
|
|
|
|
collaborators:
|
|
|
|
- soburi
|
|
|
|
files:
|
|
|
|
- modules/hal_gigadevice/
|
|
|
|
labels:
|
|
|
|
- manifest-hal_gigadevice
|
|
|
|
|
|
|
|
"West project: hal_infineon":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- ifyall
|
|
|
|
collaborators:
|
|
|
|
- parthitce
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.infineon
|
|
|
|
labels:
|
|
|
|
- manifest-hal_infineon
|
|
|
|
|
|
|
|
"West project: hal_microchip":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- jvasanth1
|
|
|
|
collaborators:
|
|
|
|
- VenkatKotakonda
|
|
|
|
- albertofloyd
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.microchip
|
|
|
|
labels:
|
|
|
|
- manifest-hal_microchip
|
|
|
|
|
|
|
|
"West project: hal_nordic":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- anangl
|
|
|
|
collaborators:
|
|
|
|
- hubertmis
|
|
|
|
- nordic-krch
|
|
|
|
files:
|
|
|
|
- modules/hal_nordic/
|
|
|
|
labels:
|
|
|
|
- manifest-hal_nordic
|
|
|
|
|
|
|
|
"West project: hal_nuvoton":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- MulinChao
|
|
|
|
- ChiHuaL
|
|
|
|
- WealianLiao
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.nuvoton
|
|
|
|
labels:
|
|
|
|
- manifest-hal_nuvoton
|
|
|
|
|
|
|
|
"West project: hal_nxp":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- dleach02
|
|
|
|
collaborators:
|
|
|
|
- mmahadevan108
|
|
|
|
- danieldegrasse
|
|
|
|
files:
|
|
|
|
- modules/hal_nxp/
|
|
|
|
- modules/Kconfig.imx
|
|
|
|
- modules/Kconfig.mcux
|
|
|
|
labels:
|
|
|
|
- manifest-hal_nxp
|
|
|
|
|
|
|
|
"West project: hal_openisa":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- dleach02
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.vega
|
|
|
|
labels:
|
|
|
|
- manifest-hal_openisa
|
|
|
|
|
|
|
|
"West project: hal_quicklogic":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- kowalewskijan
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-hal_quicklogic
|
|
|
|
|
|
|
|
"West project: hal_rpi_pico":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- yonsch
|
|
|
|
files:
|
|
|
|
- modules/hal_rpi_pico/
|
|
|
|
labels:
|
|
|
|
- manifest-hal_rpi_pico
|
|
|
|
|
|
|
|
"West project: hal_silabs":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- yonsch
|
|
|
|
- mnkp
|
|
|
|
- chrta
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.silabs
|
|
|
|
labels:
|
|
|
|
- manifest-hal_silabs
|
|
|
|
|
|
|
|
"West project: hal_st":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- avisconti
|
|
|
|
collaborators:
|
|
|
|
- erwango
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.st
|
|
|
|
labels:
|
|
|
|
- manifest-hal_st
|
|
|
|
|
|
|
|
"West project: hal_stm32":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- erwango
|
|
|
|
collaborators:
|
|
|
|
- FRASTM
|
|
|
|
- ABOSTM
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.stm32
|
|
|
|
labels:
|
|
|
|
- manifest-hal_stm32
|
|
|
|
|
|
|
|
"West project: hal_telink":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- yurvyn
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.telink
|
|
|
|
labels:
|
|
|
|
- manifest-hal_telink
|
|
|
|
|
|
|
|
"West project: hal_ti":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- cfriedt
|
|
|
|
- gmarull
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-hal_ti
|
|
|
|
|
|
|
|
"West project: hal_xtensa":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- dcpleung
|
|
|
|
collaborators:
|
|
|
|
- andyross
|
|
|
|
- nashif
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.xtensa
|
|
|
|
labels:
|
|
|
|
- manifest-hal_xtensa
|
|
|
|
|
|
|
|
"West project: libmetal":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- carlocaione
|
|
|
|
- arnopo
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.libmetal
|
|
|
|
labels:
|
|
|
|
- manifest-libmetal
|
|
|
|
|
|
|
|
"West project: liblc3codec":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- Casper-Bonde-Bose
|
|
|
|
collaborators:
|
|
|
|
- thalley
|
|
|
|
- asbjornsabo
|
|
|
|
files:
|
|
|
|
- modules/liblc3codec/
|
|
|
|
labels:
|
|
|
|
- manifest-liblc3codec
|
|
|
|
|
|
|
|
"West project: littlefs":
|
|
|
|
status: odd fixes
|
|
|
|
files:
|
|
|
|
- modules/littlefs/
|
|
|
|
labels:
|
|
|
|
- manifest-littlefs
|
|
|
|
|
|
|
|
"West project: loramac-node":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- Mani-Sadhasivam
|
|
|
|
files:
|
|
|
|
- modules/loramac-node/
|
|
|
|
labels:
|
|
|
|
- manifest-loramac-node
|
|
|
|
|
|
|
|
"West project: lvgl":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- brgl
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.lvgl
|
|
|
|
labels:
|
|
|
|
- manifest-lvgl
|
|
|
|
|
|
|
|
"West project: lz4":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- Navin-Sankar
|
|
|
|
files:
|
|
|
|
- modules/lz4/
|
|
|
|
labels:
|
|
|
|
- manifest-lz4
|
|
|
|
|
|
|
|
"West project: mbedtls":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- d3zd3z
|
|
|
|
- ceolin
|
|
|
|
files:
|
|
|
|
- modules/mbedtls/
|
|
|
|
labels:
|
|
|
|
- manifest-mbedtls
|
|
|
|
|
|
|
|
"West project: mcuboot":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- d3zd3z
|
|
|
|
- nvlsianpu
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.mcuboot_bootutil
|
|
|
|
labels:
|
|
|
|
- manifest-mcuboot
|
|
|
|
|
|
|
|
"West project: mipi-sys-t":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- dcpleung
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.syst
|
|
|
|
labels:
|
|
|
|
- manifest-mipi-sys-t
|
|
|
|
|
|
|
|
"West project: nanopb":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- pdgendt
|
|
|
|
files:
|
|
|
|
- modules/nanopb/
|
|
|
|
labels:
|
|
|
|
- manifest-nanopb
|
|
|
|
|
|
|
|
"West project: net-tools":
|
|
|
|
status: odd fixes
|
|
|
|
maintainers:
|
|
|
|
- rlubos
|
|
|
|
collaborators:
|
|
|
|
- jukkar
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-net-tools
|
|
|
|
|
|
|
|
"West project: nrf_hw_models":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- aescolar
|
|
|
|
collaborators:
|
|
|
|
- wopu-ot
|
|
|
|
- thoh-ot
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-nrf_hw_models
|
|
|
|
|
|
|
|
"West project: open-amp":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- carlocaione
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.open-amp
|
|
|
|
labels:
|
|
|
|
- manifest-open-amp
|
|
|
|
|
|
|
|
"West project: openthread":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- rlubos
|
|
|
|
collaborators:
|
|
|
|
- pdgendt
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-openthread
|
|
|
|
|
|
|
|
"West project: segger":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- nordic-krch
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-segger
|
|
|
|
|
|
|
|
"West project: sof":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- andyross
|
|
|
|
- nashif
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.sof
|
|
|
|
labels:
|
|
|
|
- manifest-sof
|
|
|
|
|
|
|
|
"West project: tflite-micro":
|
|
|
|
status: odd fixes
|
|
|
|
collaborators:
|
|
|
|
- laurenmurphyx64
|
|
|
|
files:
|
|
|
|
- modules/tflite-micro/
|
|
|
|
labels:
|
|
|
|
- manifest-tflite-micro
|
|
|
|
|
|
|
|
"West project: tinycbor":
|
|
|
|
status: obsolete
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.tinycbor
|
|
|
|
labels:
|
|
|
|
- manifest-tinycbor
|
|
|
|
|
|
|
|
"West project: tinycrypt":
|
|
|
|
status: odd fixes
|
|
|
|
files:
|
|
|
|
- modules/Kconfig.tinycrypt
|
|
|
|
labels:
|
|
|
|
- manifest-tinycrypt
|
|
|
|
|
|
|
|
"West project: TraceRecorderSource":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- tleksell-pe
|
|
|
|
files:
|
|
|
|
- modules/TraceRecorder/
|
|
|
|
labels:
|
|
|
|
- manifest-TraceRecorderSource
|
|
|
|
|
|
|
|
"West project: trusted-firmware-m":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- microbuilder
|
|
|
|
collaborators:
|
|
|
|
- joerchan
|
|
|
|
- SebastianBoe
|
|
|
|
- theotherjimmy
|
|
|
|
files:
|
|
|
|
- modules/trusted-firmware-m/
|
|
|
|
labels:
|
|
|
|
- manifest-trusted-firmware-m
|
|
|
|
|
|
|
|
"West project: tf-m-tests":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- microbuilder
|
|
|
|
collaborators:
|
|
|
|
- joerchan
|
|
|
|
- SebastianBoe
|
|
|
|
- theotherjimmy
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-tf-m-tests
|
|
|
|
|
|
|
|
"West project: psa-arch-tests":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- microbuilder
|
|
|
|
collaborators:
|
|
|
|
- joerchan
|
|
|
|
- SebastianBoe
|
|
|
|
- theotherjimmy
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-psa-arch-tests
|
|
|
|
|
|
|
|
"West project: zcbor":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- de-nordic
|
|
|
|
files:
|
|
|
|
- modules/zcbor/
|
|
|
|
labels:
|
|
|
|
- manifest-zcbor
|
|
|
|
|
|
|
|
"West project: zscilib":
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- microbuilder
|
|
|
|
files: []
|
|
|
|
labels:
|
|
|
|
- manifest-zscilib
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
Xtensa arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- dcpleung
|
|
|
|
collaborators:
|
|
|
|
- andyross
|
2021-02-02 14:55:53 +01:00
|
|
|
- nashif
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- arch/xtensa/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/xtensa/
|
2020-04-07 15:34:09 +02:00
|
|
|
- dts/xtensa/
|
|
|
|
- tests/arch/xtensa_asm2/
|
|
|
|
labels:
|
|
|
|
- "area: Xtensa"
|
|
|
|
|
|
|
|
x86 arch:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
2020-12-20 05:15:40 +01:00
|
|
|
- jhedberg
|
2020-04-07 15:34:09 +02:00
|
|
|
collaborators:
|
|
|
|
- andyross
|
2020-12-20 05:15:40 +01:00
|
|
|
- nashif
|
2021-02-02 14:55:53 +01:00
|
|
|
- dcpleung
|
2020-12-20 05:15:40 +01:00
|
|
|
- ceolin
|
2021-09-16 13:02:20 +02:00
|
|
|
- enjiamai
|
2020-12-20 05:15:40 +01:00
|
|
|
- aasthagr
|
2021-10-26 21:31:46 +02:00
|
|
|
- laurenmurphyx64
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- arch/x86/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/arch/x86/
|
2020-04-07 15:34:09 +02:00
|
|
|
- tests/arch/x86/
|
2021-03-10 20:45:29 +01:00
|
|
|
- drivers/interrupt_controller/*intel*
|
|
|
|
- drivers/interrupt_controller/*ioapic*
|
|
|
|
- drivers/interrupt_controller/*loapic*
|
2020-04-07 15:34:09 +02:00
|
|
|
labels:
|
|
|
|
- "area: X86"
|
|
|
|
|
2022-02-28 16:33:21 +01:00
|
|
|
Continuous Integration:
|
2020-12-20 05:15:40 +01:00
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
|
|
|
- galak
|
2022-03-18 15:10:28 +01:00
|
|
|
- stephanosio
|
2020-12-20 05:15:40 +01:00
|
|
|
files:
|
|
|
|
- .github/
|
|
|
|
- scripts/ci/
|
2021-01-15 21:58:58 +01:00
|
|
|
- .checkpatch.conf
|
|
|
|
- scripts/gitlint/
|
2020-12-20 05:15:40 +01:00
|
|
|
labels:
|
|
|
|
- "area: Continuous Integration"
|
|
|
|
|
2020-04-07 15:34:09 +02:00
|
|
|
ZTest:
|
|
|
|
status: maintained
|
|
|
|
maintainers:
|
|
|
|
- nashif
|
2021-11-17 22:37:30 +01:00
|
|
|
collaborators:
|
|
|
|
- jeremybettis
|
2020-04-07 15:34:09 +02:00
|
|
|
files:
|
|
|
|
- subsys/testsuite/
|
|
|
|
- tests/ztest/
|
|
|
|
- tests/unit/util/
|
|
|
|
labels:
|
|
|
|
- "area: Testsuite"
|
2022-03-10 05:54:04 +01:00
|
|
|
|
|
|
|
Random:
|
2022-02-28 16:33:21 +01:00
|
|
|
status: odd fixes
|
2022-03-10 05:54:04 +01:00
|
|
|
collaborators:
|
|
|
|
- ceolin
|
|
|
|
files:
|
|
|
|
- subsys/random/
|
2022-03-29 21:52:59 +02:00
|
|
|
- include/zephyr/random/
|
2022-03-10 05:54:04 +01:00
|
|
|
labels:
|
|
|
|
- "area: Random"
|