2023-07-25 18:42:44 +02:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-08-31 11:25:01 +02:00
|
|
|
|
2023-07-25 18:42:44 +02:00
|
|
|
# These owners will be the default owners for everything in
|
|
|
|
# the repo. Unless a later match takes precedence,
|
|
|
|
# @stv0g will be requested for
|
|
|
|
# review when someone opens a pull request.
|
|
|
|
* @stv0g
|
|
|
|
|
|
|
|
# Order is important; the last matching pattern takes the most
|
|
|
|
# precedence. When someone opens a pull request that only
|
|
|
|
# modifies the following files, only the following members
|
|
|
|
# and not the global owner(s) will be requested for a review.
|
|
|
|
|
|
|
|
# FPGA
|
2024-03-14 16:09:31 +01:00
|
|
|
fpga @n-eiling
|
|
|
|
/lib/nodes/fpga.cpp @n-eiling
|
|
|
|
/include/villas/nodes/fpga.hpp @n-eiling
|
|
|
|
/tools/hwdef-parse.py @n-eiling
|
|
|
|
/tools/fpga-* @n-eiling
|
|
|
|
/fpga @n-eiling
|
|
|
|
/etc/examples/nodes/fpga.conf @n-eiling
|
|
|
|
/etc/fpga @n-eiling
|
|
|
|
/doc/openapi/components/schemas/nodes/fpga.yaml @n-eiling
|
|
|
|
|
2023-07-25 18:42:44 +02:00
|
|
|
|
|
|
|
# PMU
|
2024-03-14 16:09:31 +01:00
|
|
|
/lib/nodes/libiec61850_goose.cpp @windrad6
|
|
|
|
/include/villas/nodes/libiec61850_goose.hpp @windrad6
|
|
|
|
/lib/nodes/uldaq.cpp @windrad6
|
|
|
|
/include/villas/nodes/uldaq.hpp @windrad6
|
|
|
|
/lib/dumper.cpp @windrad6
|
|
|
|
/include/villas/dumper.hpp @windrad6
|
2024-02-28 01:13:44 +01:00
|
|
|
|
|
|
|
# VFIO related files
|
2024-03-14 16:09:31 +01:00
|
|
|
/common/lib/kernel/pci.cpp @n-eiling
|
|
|
|
/common/lib/kernel/vfi_*.cpp @n-eiling
|
2024-08-14 22:45:08 +02:00
|
|
|
/common/include/villas/kernel/devices/* @n-eiling
|
2024-03-14 16:09:31 +01:00
|
|
|
/common/include/villas/kernel/vfio_*.hpp @n-eiling
|