Commit graph

479 commits

Author SHA1 Message Date
Yonatan Schachter 3a4a82bb58 MAINTAINERS.yml: Add entry for bindesc
Add a MAINTAINERS.yml entry for binary descriptors, with yonsch
as maintainer.

Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
2023-09-28 23:04:47 +03:00
Georges Oates_Larsen 034f0fca93 MAINTAINERS: Update maintainers/codeowners for conn_mgr docs
conn_mgr now has docs, so add them to the maintainers/codeowners files.

Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
2023-09-28 15:11:14 +02:00
Ryan McClelland 90c6465f1f modules: fix naming of cmsis-nn,cmsis-dsp folder
The names have underscores within them. Somehow it was still being found
within the build but not with building documents. This renames them to
the correct name.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2023-09-27 18:33:40 -04:00
Ryan McClelland b092094815 modules: cmsis-nn: add cmsis-nn module
This adds the cmsis-nn module since it moved to its own realm.
This also adds a kconfig for the long short-term memory.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2023-09-25 09:46:33 +02:00
Ryan McClelland 104ea2ccca modules: cmsis-dsp: add cmsis-dsp module
Use CMSIS-DSP from its new realm. This also changes change how you
initialize FFT tables as well to use arm_cfft_init_64_f32 if you
know the FFT size in advance rather than the generic initialization
arm_cfft_init_f32.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2023-09-25 09:46:33 +02:00
Martin Jäger bedf5dd5f9 MAINTAINERS.yml: LoRa and LoRaWAN: add martinjaeger as collaborator
He has contributed time synchronization services and some bug fixes in
the past and is going to work con Class B support in the future.

Signed-off-by: Martin Jäger <martin@libre.solar>
2023-09-23 08:30:38 -04:00
Martin Jäger 81e641f8b6 MAINTAINERS.yml: LoRa and LoRaWAN: make JordanYates the maintainer
Previous maintainer Mani-Sadhasivam is presumably busy with other work
and has not been very active in Zephyr recently.

JordanYates has reviewed all recent PRs and driven the discussions
around LoRa/LoRaWAN, so he should become the new maintainer.

Signed-off-by: Martin Jäger <martin@libre.solar>
2023-09-23 08:30:38 -04:00
Martin Jäger 0459d594a2 MAINTAINERS.yml: Move LoRa to subsys section and add LoRaWAN
LoRaWAN is not a driver. LoRa and LoRaWAN together are better
categorized as a subsystem.

Signed-off-by: Martin Jäger <martin@libre.solar>
2023-09-23 08:30:38 -04:00
Manuel Argüelles c45e9ec715 MAINTAINERS: add NXP collaborator
Add Dat-NguyenDuy to NXP collaborators.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-09-22 08:32:19 -05:00
Gerard Marull-Paretas 4ba97c2255 maintainers: remove gmarull as a PM subsystem collaborator
I disagree on the way the subsystem is maintained. For more context
refer to https://github.com/zephyrproject-rtos/zephyr/pull/61726 or
https://discord.com/channels/720317445772017664/997527108844798012/
1153288380231208960

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-09-18 15:41:42 -04:00
Fabio Baltieri d8cdd86132 MAINTAINERS: include the ethos driver in the ethos module
The driver is bound to the module, there's no separate platform, so
let's just add the driver path to the module area so that changes for it
gets tagged and assigned.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-09-18 10:00:17 +01:00
Pieter De Gendt 07a898bbdf MAINTAINERS: nanopb: Update status to maintained
Change my collaborator role to maintainer and add test files entry.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2023-09-15 12:57:40 +02:00
Huifeng Zhang 2c22e83dfb include: arch: arm: Remove aarch32 directory
This commit follows the parent commit work.

This commit introduces the following major changes.

  1. Move all directories and files in 'include/zephyr/arch/arm/aarch32'
    to the 'include/zephyr/arch/arm' directory.

  2. Change the path string which is influenced by the changement 1.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
2023-09-13 10:08:05 +01:00
Flavio Ceolin 35e38f858a maintainers: xtensa: Add collaborator
Add ceolin as Xtensa collaborator.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-09-12 21:25:55 -04:00
Benjamin Cabé 7b3d94cda2 MAINTAINERS: update GitHub ID for casparfriedrich
GH User dp7hgh7 is now casparfriedrich.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-09-12 14:16:30 -05:00
Sylvio Alves 1a513a46fd MAINTAINERS: update esp32 names
Keep single maintainer.
Added "marekmatej"
Remove "glaubermaroto" from the list.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2023-09-12 17:24:21 +01:00
Aron Lander 89c866ab68 modules: Add DFM and move Tracerecorder into percepio module
This commit adds the DFM (DevAlert target side code) module and
moves the TraceRecorder module into the percepio module, which
results in the TraceRecorder module definition being removed
from the west manufest and module definition within zephyr.

Signed-off-by: Aron Lander <aron.lander@percepio.com>
2023-09-12 10:19:37 -04:00
Henrik Brix Andersen 33167d3ad2 boards: shields: add TI TCAN4550 evaluation module
Add shield definition for the TI TCAN4550EVM, an evaluation module for the
TI TCAN4x5x CAN controller series.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-09-11 19:55:44 +02:00
Emil Gydesen 3ecb4916b5 MAINTAINERS: Add tests/bluetooth/audio/ to Bluetooth Audio
Add tests/bluetooth/audio/ to Bluetooth Audio and Bluetooth
to properly label changes and add Thalley as maintainer of
them.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-09-06 19:45:53 -05:00
Florian Grandel 82abe48646 MAINTAINERS: IEEE 802.15.4
When IEEE 802.15.4 maintainership was updated in ec98555f42 the L2 part
was missed. Proposes to assign both L1 and L2 to the same persons.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-09-06 09:07:38 -04:00
Fabio Baltieri 9b29c2cf33 west: add entries for missing modules
Add maintainer entries for two missing modules.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-09-05 10:31:33 -04:00
Kai Vehmanen 5ba4288fea CODEOWNERS/MAINTAINERS: change drivers/dai ownership
I'll take over the drivers/dai and drivers/dai/intel from Jaska
Uimonen.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
2023-09-04 21:31:46 +02:00
Anas Nashif ec98555f42 MAINTAINERS: changes to maintainers in the networking area
Few changes to networking areas shuffling maintainers.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-31 09:59:49 -04:00
Bjarki Arge Andreasen d4d31a3dcb MAINTAINERS.yml: Add Modem modules
This commit adds the new modem modules subsystem to the
MAINTAINERS.yml file.

Signed-off-by: Bjarki Arge Andreasen <baa@trackunit.com>
2023-08-30 13:48:51 +02:00
Stine Åkredalen be55fa1625 MAINTAINERS: add myself as collaborator on BT mesh
Added akredalen as Bluetooth mesh collaborator.

Signed-off-by: Stine Åkredalen <stine.akredalen@nordicsemi.no>
2023-08-29 16:13:55 +02:00
Georges Oates_Larsen b25ea4742e net: conn_mgr: Rename connectivity monitor
The connectivity monitoring subfeature of conn_mgr is currently also
named conn_mgr, which is confusing.

This commit renames it to conn_mgr_monitor, or conn_mgr_mon for short,
for clarity.

Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
2023-08-29 16:13:37 +02:00
Florian Grandel 0b3991cda1 CODEOWNERS/MAINTAINERS: introduce gPTP maintenance area
Adds a new gPTP maintenance area and proposes to add @fgrandel as a
collaborator thereof as proposed by @jukkar.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-08-29 06:56:50 -04:00
Carles Cufi ca537cf147 MAINTAINERS: Remove usage of manifest-<module> GitHub labels
The manifest-<module> GitHub labels are automatically added by the
manifest workflow whenever a PR modifies the revision of a project in
the manifest file. This allows users to filter by PRs that modify
revisions of particular projects, which is a useful feature.

The MAINTAINERS.yml file had assigned manifest-<module> labels to the
areas corresponding to west projects, which means that Pull Requests
that modify glue code or otherwise code in the main repository that is
assigned to that entry (mostly code in modules/) currently get labeled
with the manifest-<module> label. Fix this by not using those labels in
the MAINTAINERS file anymore.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2023-08-28 14:06:01 -05:00
Lukasz Mrugala 217980aa88 MAINTAINERS: Updated Twister paths
With the new segment of tests having its own directory, it needed to
be added to the Twister segment of MAINTAINERS.yml.

Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
2023-08-28 15:57:06 +02:00
Maureen Helm 731b689c49 MAINTAINERS: Add ADI Platforms section
Adds new ADI Platforms section covering device drivers and bindings for
Analog Devices, Maxim Integrated, and Linear Technology.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2023-08-28 08:25:29 +01:00
Chaitanya Tata 34fddd8b4c MAINTAINERS: Add myself as a collaborator
Have been working and contributing regularly to Wi-Fi, please see [1].

[1] - https://github.com/zephyrproject-rtos/zephyr/pulls?q=is%3Apr+is%3Aclosed+wifi+author%3Akrish2718

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2023-08-27 22:06:48 +02:00
Henrik Brix Andersen cb3ae1779f MAINTAINERS: add a few missing paths to the CAN area
Add a few missing paths to the CAN area in the MAINTAINERS.yml file.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-08-25 08:40:02 -05:00
Robert Lubos 67d2e076ac MAINTAINERS: Unify Wi-Fi spelling
Use Wi-Fi, not WiFi whenever referencing to Wi-Fi standard.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-08-25 08:39:01 -05:00
Robert Lubos 231db86ceb MAINTAINERS: Add Networking: Wi-Fi section
Add new "Networking: Wi-Fi" section covering Wi-Fi L2 and management
concepts.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-08-25 08:39:01 -05:00
Florian Grandel dee119b7a0 MAINTAINERS: well-defined IEEE 802.15.4 maintainership
Removes duplicate responsibilities in the IEEE 802.15.4 area.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-08-24 18:05:24 -05:00
Gerard Marull-Paretas 1818522572 modules: cmsis: move to a folder
Move CMSIS module Kconfig options to a folder, in preparation for CMSIS
core header creation.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-08-24 13:20:21 +02:00
Erwan Gouriou fb16dad800 MAINTAINERS: Add kartben as collaborator on Shields
Welcoming Benjamin as collaborator to help on Shields maintenance and
specially reviews.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2023-08-23 09:44:57 -04:00
Jukka Rissanen c9bf63b197 CODEOWNERS, MAINTAINERS: Add self as collaborator to networking
Adding myself as collaborator in various networking related areas
that I was working with earlier.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-08-23 09:43:44 -04:00
Georges Oates_Larsen e48fb13778 CODEOWNERS, MAINTAINERS: Add entries for Connection Manager
Adding myself as code-owner since I am at this point the primary author
of, and actively maintaining conn_mgr.

Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
2023-08-21 14:53:11 -05:00
Fabio Baltieri a361784d30 MAINTAINERS: set Fabian as LVGL maintainer
Change lvgl module status as maintained with Fabian (faxe1008) as
maintainer.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-08-21 10:09:57 +02:00
Declan Snyder 82dcba365d MAINTAINERS: Add decsny as collaborator for SD
Add myself (decsny) as collabotor to SD subsystem to help
to maintain the eMMC support which I added to Zephyr last year.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-08-18 10:14:01 +02:00
Carles Cufi d8c61f21a4 MAINTAINERS: Move a few paths from Bluetooth to Bluetooth Host
Bluetooth HCI drivers, Bluetooth services and the Bluetooth shell can be
considered part of the Host. Move the paths to the Host entry so that
the "Bluetooth Host" label is applied to PRs that change files in those
paths.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2023-08-18 08:47:37 +03:00
Aymeric Aillet 1f69580601 MAINTAINERS: Update renesas-rcar platforms
Merge both Renesas R-Car platforms
Add Mykola to collaborators
Remove Pierre from collaborators
Update CODEOWNERS file for all renesas r-car related files

Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
2023-08-17 15:15:31 +02:00
Aymeric Aillet 275b33665c dts: arm: renesas: Move gen3 dts to rcar folder
To better delimit renesas ranges dts, we need to use ranges folder.
It will also help maintainers to better delimit their files to
be notified about.

Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
2023-08-17 15:15:31 +02:00
Torsten Rasmussen eee70b9d09 MAINTAINERS: Add Grzegorz (57300) as collaborator for build system
Add Grzegorz Swiderski (57300) as collaborator for build system.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2023-08-17 11:32:16 +02:00
Daniel Schultz 66a275ddb1 MAINTAINERS: Force AM6 boards to start with 'am6'
Force all AM6-based boards to start with 'am6' which allows to
place all boards for the same SoC next to each other. The 'ti_'
prefix would end in spreading boards all over the board directory.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2023-08-16 20:45:25 +02:00
Fabian Blatz 2e2163c1bc modules: lvgl: Move gluecode back to zephyr main repo
Moves back the module specific gluecode into the main repository

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2023-08-16 10:57:12 +02:00
Manuel Argüelles acbdf1f53c modules: rename S32 to NXP_S32
Rename module from `S32` to `NXP_S32` to avoid ambiguity.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-08-16 10:21:26 +02:00
Benjamin Perseghetti 2491e8908e MAINTAINERS: NXP add PetervdPerk-NXP bperseghetti
Add Peter van der Perk and Benjamin Perseghetti to NXP
collaborators for NXP Platforms and NXP HAL.

Also the new vmu_rt* board path to NXP Platforms group so PRs are
properly assigned.

Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
2023-08-08 20:33:17 -05:00
Fabio Baltieri 1e58610b2a MAINTAINERS: add samples/boards/google to Google platforms
Add the board samples path to Google platforms group so PRs there are
assigned.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-08-07 19:30:04 -04:00