-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
473 lines (448 loc) · 29 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
# CODEOWNERS for autoreview assigning in github
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
# Order is important; the last matching pattern takes the most
# precedence.
# The default entry with `*` only applies to GitHub adding reviewers.
# The compliance workflow verifies that all new files are covered by an
# entry in the CODEOWNERS file, but skips this `*` entry altogether.
* @nrfconnect/ncs-code-owners
# Root folder
/.* @nrfconnect/ncs-code-owners
/CMakeLists.txt @nrfconnect/ncs-co-build-system
/CODEOWNERS @nrfconnect/ncs-code-owners
/Jenkinsfile @nrfconnect/ncs-ci
/ncs_version.h.in @nrfconnect/ncs-code-owners
/LICENSE @carlescufi
/README.rst @carlescufi
/VERSION @nrfconnect/ncs-code-owners
/west.yml @nrfconnect/ncs-code-owners
/west-test.yml @nrfconnect/ncs-ci
# Dot folders
/.github/ @nrfconnect/ncs-ci
/.github/test-spec.yml @nrfconnect/ncs-test-leads
/.vscode/ @FilipZajdel
# Applications
/applications/asset_tracker_v2/ @nrfconnect/ncs-cia @coderbyheart
/applications/connectivity_bridge/ @nrfconnect/ncs-cia @nordic-auko
/applications/ipc_radio/ @nrfconnect/ncs-si-muffin
/applications/machine_learning/ @nrfconnect/ncs-si-muffin
/applications/matter_bridge/ @nrfconnect/ncs-matter
/applications/matter_weather_station/ @nrfconnect/ncs-matter
/applications/nrf5340_audio/ @nrfconnect/ncs-audio
/applications/nrf_desktop/ @nrfconnect/ncs-si-bluebagel
/applications/sdp/ @nrfconnect/ncs-ll-ursus
/applications/serial_lte_modem/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-iot-oulu
/applications/serial_lte_modem/src/lwm2m_carrier/ @nrfconnect/ncs-carrier
/applications/zigbee_weather_station/ @nrfconnect/ncs-zigbee
/applications/**/*.rst @nrfconnect/ncs-doc-owners
# Boards
/boards/nordic/nrf52* @nrfconnect/ncs-co-boards @nrfconnect/ncs-si-bluebagel
/boards/nordic/thingy91* @nrfconnect/ncs-co-boards @nrfconnect/ncs-cia
/boards/shields/coverage_support/ @nrfconnect/ncs-low-level-test
# SUIT configuration files
/config/suit/ @nrfconnect/ncs-charon
# All cmake related files
/cmake/ @nrfconnect/ncs-co-build-system
/cmake/sysbuild/suit.cmake @nrfconnect/ncs-charon
/cmake/sysbuild/suit_utilities.cmake @nrfconnect/ncs-charon
# All doc related files
/doc/ @nrfconnect/ncs-co-doc
/doc/_zoomin/ @nrfconnect/ncs-co-doc @nrfconnect/ncs-doc-leads
/doc/**/*.rst @nrfconnect/ncs-doc-owners
/doc/**/*.svg @nrfconnect/ncs-doc-owners
/doc/**/*.png @nrfconnect/ncs-doc-owners
/doc/nrf/protocols/thread/*.rst @wiba-nordic
/doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ @FrancescoSer
/doc/nrf/app_dev/device_guides/nrf54l/ @annwoj
# Drivers
/drivers/bluetooth/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-dragoon
/drivers/entropy/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-aegir
/drivers/flash/ @nrfconnect/ncs-co-drivers
/drivers/gpio/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-ll-ursus
/drivers/hw_cc3xx/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-aegir
/drivers/mpsl/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-dragoon
/drivers/net/ @nrfconnect/ncs-co-drivers @doki-nordic
/drivers/serial/ @nrfconnect/ncs-co-drivers @nordic-krch
/drivers/sensor/bh1749/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/drivers/sensor/bme68x_iaq/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/drivers/sensor/paw3212/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-si-bluebagel
/drivers/sensor/pmw3360/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-si-bluebagel
/drivers/sensor/sensor_sim/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/drivers/sensor/sensor_stub/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
# Devicetree
/dts/ @nrfconnect/ncs-co-drivers
# External
/ext/curl/ @nrfconnect/ncs-code-owners @jhirsi
/ext/freebsd-getopt/ @nrfconnect/ncs-code-owners
/ext/iperf3/ @nrfconnect/ncs-code-owners @jhirsi
# Include
/include/audio/ @nrfconnect/ncs-audio
/include/audio_module/ @nrfconnect/ncs-audio
/include/bluetooth/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-dragoon
/include/bluetooth/adv_prov.h @nrfconnect/ncs-si-bluebagel
/include/bluetooth/mesh/ @nrfconnect/ncs-paladin
/include/bluetooth/services/fast_pair/ @nrfconnect/ncs-si-bluebagel
/include/caf/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/include/debug/ @nrfconnect/ncs-co-drivers
/include/debug/ppi_trace.h @nrfconnect/ncs-co-drivers @nordic-krch
/include/dfu/ @nrfconnect/ncs-code-owners
/include/dfu/dfu_target_suit.h @nrfconnect/ncs-charon
/include/dfu/suit_dfu_fetch_source.h @nrfconnect/ncs-charon
/include/dfu/suit_dfu.h @nrfconnect/ncs-charon
/include/drivers/flash/ @nrfconnect/ncs-co-drivers
/include/drivers/gpio/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-ll-ursus
/include/drivers/bme68x_iaq.h @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/include/drivers/sensor_sim.h @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/include/drivers/sensor_stub.h @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/include/emds/ @balaklaka @nrfconnect/ncs-paladin
/include/fem_al/ @nrfconnect/ncs-dragoon
/include/logging/ @nrfconnect/ncs-protocols-serialization
/include/mgmt/ @nrfconnect/ncs-pluto
/include/modem/ @nrfconnect/ncs-modem
/include/mpsl/ @nrfconnect/ncs-dragoon
/include/net/azure_* @nrfconnect/ncs-cia @coderbyheart
/include/net/nrf_cloud_* @nrfconnect/ncs-nrf-cloud
/include/net/wifi_credentials.h @nrfconnect/ncs-cia
/include/nfc/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-si-muffin
/include/nrf_compress/ @nordicjm
/include/nrf_rpc/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-si-muffin
/include/power/ @nrfconnect/ncs-co-drivers
/include/sdfw/ @nrfconnect/ncs-aurora
/include/sdfw/sdfw_services/extmem_remote.h @nrfconnect/ncs-charon
/include/sdfw/sdfw_services/suit_service.h @nrfconnect/ncs-charon
/include/sdp/ @nrfconnect/ncs-ll-ursus
/include/shell/ @nordic-krch
/include/tfm/ @nrfconnect/ncs-aegir
/include/zigbee/ @nrfconnect/ncs-zigbee
/include/dult.h @nrfconnect/ncs-si-bluebagel
# Libraries
/lib/adp536x/ @nrfconnect/ncs-cia
/lib/at_cmd_parser/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/at_cmd_custom/ @nrfconnect/ncs-modem
/lib/at_host/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/at_monitor/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/at_parser/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/at_shell/ @nrfconnect/ncs-cia
/lib/bin/ @nrfconnect/ncs-co-networking @lemrey
/lib/bin/lwm2m_carrier/ @nrfconnect/ncs-carrier
/lib/boot_banner/ @nordicjm
/lib/contin_array/ @nrfconnect/ncs-audio
/lib/data_fifo/ @nrfconnect/ncs-audio
/lib/date_time/ @trantanen @tokangas
/lib/dk_buttons_and_leds/ @nrfconnect/ncs-si-muffin
/lib/edge_impulse/ @nrfconnect/ncs-si-muffin
/lib/fatal_error/ @nordic-krch
/lib/fem_al/ @nrfconnect/ncs-si-muffin
/lib/flash_patch/ @nrfconnect/ncs-pluto
/lib/fprotect/ @nrfconnect/ncs-pluto
/lib/gcf_sms/ @nrfconnect/ncs-modem
/lib/hw_id/ @nrfconnect/ncs-cia
/lib/hw_unique_key/ @nrfconnect/ncs-aegir
/lib/identity_key/ @nrfconnect/ncs-aegir
/lib/location/ @trantanen @jhirsi @tokangas
/lib/lte_link_control/ @tokangas @trantanen @jhirsi @nrfconnect/ncs-modem
/lib/modem_antenna/ @tokangas @nrfconnect/ncs-modem
/lib/modem_attest_token/ @jayteemo
/lib/modem_battery/ @nrfconnect/ncs-modem
/lib/modem_info/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/modem_jwt/ @nrfconnect/ncs-iot-oulu @nrfconnect/ncs-modem
/lib/modem_key_mgmt/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/modem_slm/ @nrfconnect/ncs-iot-oulu
/lib/multithreading_lock/ @nrfconnect/ncs-dragoon
/lib/nrf_modem_lib/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/pcm_mix/ @nrfconnect/ncs-audio
/lib/pcm_stream_channel_modifier/ @nrfconnect/ncs-audio
/lib/pdn/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/lib/qos/ @nrfconnect/ncs-cia
/lib/ram_pwrdn/ @MarekPorwisz
/lib/sample_rate_converter/ @nrfconnect/ncs-audio
/lib/sfloat/ @nrfconnect/ncs-si-muffin
/lib/sms/ @trantanen @tokangas
/lib/st25r3911b/ @nrfconnect/ncs-si-muffin
/lib/supl/ @nrfconnect/ncs-co-networking @tokangas
/lib/tone/ @nrfconnect/ncs-audio
/lib/uicc_lwm2m/ @stig-bjorlykke
/lib/wave_gen/ @nrfconnect/ncs-si-muffin
# Modules
/modules/azure-sdk-for-c/ @nrfconnect/ncs-cia @plskeggs
/modules/cjson/ @nrfconnect/ncs-cia @plskeggs
/modules/coremark/ @nrfconnect/ncs-si-bluebagel
/modules/mcuboot/ @nrfconnect/ncs-pluto
/modules/memfault-firmware-sdk/ @nrfconnect/ncs-cia @plskeggs
/modules/nrfxlib/ @nrfconnect/ncs-code-owners
/modules/trusted-firmware-m/ @nrfconnect/ncs-aegir
/modules/wfa-qt/ @nrfconnect/ncs-wifi
# Samples
/samples/CMakeLists.txt @nrfconnect/ncs-co-build-system
/samples/app_event_manager/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/samples/app_event_manager_profiler_tracer/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/samples/benchmarks/coremark/ @nrfconnect/ncs-si-bluebagel
/samples/bluetooth/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-dragoon
/samples/bluetooth/broadcast_config_tool/ @nrfconnect/ncs-audio
/samples/bluetooth/mesh/ @nrfconnect/ncs-paladin
/samples/bluetooth/direction_finding_connectionless_rx/ @ppryga-nordic
/samples/bluetooth/direction_finding_connectionless_tx/ @ppryga-nordic
/samples/bluetooth/fast_pair/ @nrfconnect/ncs-si-bluebagel
/samples/bootloader/ @nrfconnect/ncs-pluto
/samples/caf/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/samples/caf_sensor_manager/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/samples/cellular/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-modem
/samples/cellular/battery/ @nrfconnect/ncs-modem
/samples/cellular/location/ @trantanen @jhirsi @tokangas
/samples/cellular/lwm2m_carrier/ @nrfconnect/ncs-carrier
/samples/cellular/lwm2m_client/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-iot-oulu
/samples/cellular/modem_shell/ @trantanen @jhirsi @tokangas
/samples/cellular/nidd/ @stig-bjorlykke
/samples/cellular/nrf_cloud_* @nrfconnect/ncs-nrf-cloud
/samples/cellular/nrf_provisioning/ @nrfconnect/ncs-iot-oulu
/samples/cellular/modem_trace_flash/ @nrfconnect/ncs-modem
/samples/cellular/slm_shell/ @nrfconnect/ncs-iot-oulu
/samples/cellular/sms/ @trantanen @tokangas
/samples/cellular/uicc_lwm2m/ @stig-bjorlykke
/samples/common/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/samples/crypto/ @nrfconnect/ncs-aegir
/samples/debug/memfault/ @nrfconnect/ncs-cia
/samples/debug/ppi_trace/ @nordic-krch
/samples/dect/dect_phy/dect_shell/ @jhirsi
/samples/dect/dect_phy/hello_dect/ @nrfconnect/ncs-modem
/samples/edge_impulse/ @nrfconnect/ncs-si-muffin
/samples/esb/ @nrfconnect/ncs-si-muffin
/samples/event_manager_proxy/ @nrfconnect/ncs-si-muffin
/samples/gazell/ @leewkb4567
/samples/hw_id/ @nrfconnect/ncs-cia
/samples/ipc/ipc_service/ @nrfconnect/ncs-si-muffin
/samples/keys/ @nrfconnect/ncs-aegir
/samples/matter/ @nrfconnect/ncs-matter
/samples/mpsl/ @nrfconnect/ncs-dragoon
/samples/net/ @nrfconnect/ncs-cia @nrfconnect/ncs-modem
/samples/nfc/ @nrfconnect/ncs-si-muffin
/samples/nrf5340/netboot/ @nrfconnect/ncs-pluto
/samples/nrf5340/multiprotocol_rpmsg/ @hubertmis
/samples/nrf_rpc/ @nrfconnect/ncs-si-muffin
/samples/sensor/bh1749/ @nrfconnect/ncs-cia
/samples/sensor/bme68x_iaq/ @nrfconnect/ncs-cia
/samples/nrf5340/empty_app_core/ @nrfconnect/ncs-si-muffin
/samples/nrf_compress/ @nordicjm
/samples/nrf_profiler/ @nrfconnect/ncs-si-bluebagel
/samples/nrf_rpc/protocols_serialization/ @nrfconnect/ncs-protocols-serialization
/samples/openthread/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-thread
/samples/peripheral/802154_phy_test/ @nrfconnect/ncs-radio-sw
/samples/peripheral/802154_sniffer/ @e-rk
/samples/peripheral/lpuart/ @nordic-krch
/samples/peripheral/radio_test/ @nrfconnect/ncs-si-muffin
/samples/pmic/native/ @nordic-auko
/samples/sdfw/ @nrfconnect/ncs-aurora
/samples/sdfw/ssf_client/ @anhmolt
/samples/sensor/bh1749/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/samples/sensor/bme68x_iaq/ @nrfconnect/ncs-co-drivers @nrfconnect/ncs-cia
/samples/suit/ @nrfconnect/ncs-charon
/samples/tfm/ @nrfconnect/ncs-aegir
/samples/wifi/provisioning/ble/ @wentong-li @bama-nordic
/samples/wifi/provisioning/softap/ @nrfconnect/ncs-cia
/samples/wifi/radio_test/ @bama-nordic @sachinthegreen
/samples/wifi/scan/ @D-Triveni @bama-nordic
/samples/wifi/shell/ @nrfconnect/ncs-co-networking @krish2718 @sachinthegreen @rado17
/samples/wifi/sta/ @D-Triveni @bama-nordic
/samples/wifi/ble_coex/ @muraliThokala @bama-nordic
/samples/wifi/shutdown/ @krish2718 @sachinthegreen
/samples/wifi/twt/ @D-Triveni
/samples/wifi/throughput/ @D-Triveni
/samples/wifi/raw_tx_packet/ @D-Triveni
/samples/wifi/softap/ @D-Triveni @krish2718
/samples/wifi/monitor/ @D-Triveni
/samples/wifi/promiscuous/ @D-Triveni
/samples/zigbee/ @nrfconnect/ncs-zigbee
/samples/**/*.rst @nrfconnect/ncs-doc-owners
# Scripts
/scripts/docker/ @nrfconnect/ncs-ci
/scripts/ci/tags.yaml @nordic-piks @PerMac @katgiadla
/scripts/ci/twister_ignore.txt @nordic-piks @PerMac @katgiadla
/scripts/quarantine*.yaml @nrfconnect/ncs-test-leads
/scripts/hid_configurator/ @nrfconnect/ncs-si-bluebagel
/scripts/ncs-toolchain-version-minimum.txt @nrfconnect/ncs-co-build-system @nrfconnect/ncs-ci
/scripts/tools-versions-*.txt @nrfconnect/ncs-co-build-system @nrfconnect/ncs-ci
/scripts/requirements-*.txt @nrfconnect/ncs-co-build-system @nrfconnect/ncs-ci
/scripts/west_commands/sbom/ @nrfconnect/ncs-si-muffin
/scripts/west_commands/thingy91x_dfu.py @nrfconnect/ncs-cia
/scripts/bootloader/ @nrfconnect/ncs-pluto
/scripts/ncs-docker-version.txt @nrfconnect/ncs-ci
/scripts/print_docker_image.sh @nrfconnect/ncs-ci
/scripts/print_toolchain_checksum.sh @nrfconnect/ncs-ci
# Share
/share/ @nrfconnect/ncs-co-build-system
# Snippets
/snippets/ci-shell/ @nrfconnect/ncs-protocols-serialization
/snippets/emulated*/ @nrfconnect/ncs-ll-ursus
/snippets/hw-flow-control/ @nrfconnect/ncs-low-level-test @miha-nordic
/snippets/matter-diagnostic-logs/ @nrfconnect/ncs-matter
/snippets/nordic-bt-rpc/ @ppryga-nordic
/snippets/nrf70-driver-debug/ @krish2718 @sachinthegreen
/snippets/nrf70-driver-verbose-debug/ @krish2718 @sachinthegreen
/snippets/nrf70-fw-patch-ext-flash/ @krish2718 @sachinthegreen
/snippets/nrf70-wifi/ @krish2718 @sachinthegreen
/snippets/nrf91-modem-trace-ext-flash/ @nrfconnect/ncs-cia
/snippets/nrf91-modem-trace-uart/ @nrfconnect/ncs-modem
/snippets/tfm-enable-share-uart/ @nrfconnect/ncs-cia
/snippets/wpa-supplicant-debug/ @krish2718 @sachinthegreen
/snippets/zperf/ @nrfconnect/ncs-protocols-serialization
# Subsystems
/subsys/app_event_manager/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/subsys/app_event_manager_profiler_tracer/ @nrfconnect/ncs-si-bluebagel
/subsys/audio/audio_module_template/ @nrfconnect/ncs-audio
/subsys/audio_module/ @nrfconnect/ncs-audio
/subsys/bluetooth/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-dragoon
/subsys/bluetooth/adv_prov/ @nrfconnect/ncs-si-bluebagel
/subsys/bluetooth/controller/ @nrfconnect/ncs-dragoon
/subsys/bluetooth/host_extensions/ @nrfconnect/ncs-dragoon
/subsys/bluetooth/mesh/ @nrfconnect/ncs-paladin
/subsys/bluetooth/rpc/ @nrfconnect/ncs-si-bluebagel
/subsys/bluetooth/services/fast_pair/ @nrfconnect/ncs-si-bluebagel
/subsys/bluetooth/services/wifi_prov/ @wentong-li @bama-nordic
/subsys/bootloader/ @nrfconnect/ncs-pluto
/subsys/caf/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/subsys/debug/ @nordic-krch
/subsys/dfu/ @nrfconnect/ncs-pluto
/subsys/dfu/dfu_multi_image/ @Damian-Nordic
/subsys/dm/ @nrfconnect/ncs-si-muffin
/subsys/dult/ @nrfconnect/ncs-si-bluebagel
/subsys/emds/ @balaklaka @nrfconnect/ncs-paladin
/subsys/esb/ @lemrey
/subsys/event_manager_proxy/ @nrfconnect/ncs-si-muffin
/subsys/fw_info/ @nrfconnect/ncs-pluto
/subsys/gazell/ @leewkb4567
/subsys/ieee802154/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-radio-sw
/subsys/logging/ @nrfconnect/ncs-protocols-serialization
/subsys/mgmt/ @nrfconnect/ncs-pluto
/subsys/mgmt/suitfu/ @nrfconnect/ncs-charon
/subsys/mpsl/ @nrfconnect/ncs-dragoon
/subsys/mpsl/cx/ @ankuns @martintv
/subsys/mpsl/fem/ @ankuns @martintv
/subsys/net/ @nrfconnect/ncs-co-networking
/subsys/net/lib/mqtt_helper/ @nrfconnect/ncs-cia
/subsys/net/lib/azure_* @nrfconnect/ncs-cia @coderbyheart
/subsys/net/lib/aws_* @nrfconnect/ncs-cia @coderbyheart
/subsys/net/lib/ftp_client/ @nrfconnect/ncs-iot-oulu
/subsys/net/lib/icalendar_parser/ @lats1980
/subsys/net/lib/lwm2m_client_utils/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-iot-oulu
/subsys/net/lib/nrf_cloud/ @nrfconnect/ncs-nrf-cloud
/subsys/net/lib/nrf_provisioning/ @nrfconnect/ncs-iot-oulu
/subsys/net/lib/zzhc/ @junqingzou
/subsys/net/lib/wifi_credentials/ @nrfconnect/ncs-cia
/subsys/net/lib/softap_wifi_provision/ @nrfconnect/ncs-cia
/subsys/net/openthread/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-thread
/subsys/net/openthread/rpc/ @nrfconnect/ncs-protocols-serialization
/subsys/net_core_monitor/ @nrfconnect/ncs-si-muffin
/subsys/nfc/ @nrfconnect/ncs-si-muffin
/subsys/nfc/rpc/ @nrfconnect/ncs-protocols-serialization
/subsys/nrf_compress/ @nordicjm
/subsys/nrf_profiler/ @nrfconnect/ncs-si-bluebagel
/subsys/nrf_rpc/ @nrfconnect/ncs-si-muffin
/subsys/nrf_security/ @nrfconnect/ncs-aegir
/subsys/partition_manager/ @nordicjm @tejlmand
/subsys/pcd/ @nrfconnect/ncs-pluto
/subsys/sdfw_services/ @nrfconnect/ncs-aurora
/subsys/sdfw_services/services/extmem/ @nrfconnect/ncs-charon
/subsys/sdfw_services/services/suit_service/ @nrfconnect/ncs-charon
/subsys/shell/ @nordic-krch
/subsys/suit/ @nrfconnect/ncs-charon
/subsys/trusted_storage/ @nrfconnect/ncs-aegir
/subsys/uart_async_adapter/ @nrfconnect/ncs-si-muffin
/subsys/zigbee/ @nrfconnect/ncs-zigbee
# Sysbuild
/sysbuild/ @nrfconnect/ncs-co-build-system
/sysbuild/Kconfig.suit @nrfconnect/ncs-charon
/sysbuild/suit.cmake @nrfconnect/ncs-charon
# Tests
/tests/benchmarks/ @nrfconnect/ncs-low-level-test
/tests/benchmarks/multicore/ @carlescufi @nrfconnect/ncs-low-level-test
/tests/benchmarks/multicore/idle/ @adamkondraciuk @nrfconnect/ncs-low-level-test
/tests/benchmarks/multicore/idle_gpio/ @adamkondraciuk @nrfconnect/ncs-low-level-test
/tests/benchmarks/multicore/idle* @nrfconnect/ncs-low-level-test
/tests/bluetooth/iso/ @nrfconnect/ncs-audio @Frodevan
/tests/bluetooth/tester/ @carlescufi @nrfconnect/ncs-paladin
/tests/crypto/ @stephen-nordic @magnev
/tests/drivers/flash/flash_rpc/ @nrfconnect/ncs-pluto
/tests/drivers/flash_patch/ @nrfconnect/ncs-pluto
/tests/drivers/fprotect/ @nrfconnect/ncs-pluto
/tests/drivers/lpuart/ @nordic-krch
/tests/drivers/nrfx_integration_test/ @nrfconnect/ncs-co-drivers
/tests/drivers/pwm/gpio_loopback/ @nrfconnect/ncs-low-level-test
/tests/drivers/sensor/multicore_temp/ @nrfconnect/ncs-low-level-test
/tests/lib/at_cmd_parser/ @nrfconnect/ncs-modem
/tests/lib/at_cmd_custom/ @nrfconnect/ncs-modem
/tests/lib/at_parser/ @nrfconnect/ncs-modem
/tests/lib/contin_array/ @nrfconnect/ncs-audio
/tests/lib/data_fifo/ @nrfconnect/ncs-audio
/tests/lib/date_time/ @trantanen @tokangas
/tests/lib/edge_impulse/ @nrfconnect/ncs-si-muffin
/tests/lib/gcf_sms/ @nrfconnect/ncs-modem
/tests/lib/hw_unique_key*/ @nrfconnect/ncs-aegir
/tests/lib/hw_id/ @nrfconnect/ncs-cia
/tests/lib/location/ @trantanen @tokangas
/tests/lib/lte_lc/ @trantanen @tokangas
/tests/lib/lte_lc_api/ @trantanen @tokangas
/tests/lib/modem_battery/ @nrfconnect/ncs-modem
/tests/lib/modem_info/ @nrfconnect/ncs-cia
/tests/lib/modem_jwt/ @nrfconnect/ncs-iot-oulu
/tests/lib/nrf_fuel_gauge/ @nordic-auko
/tests/lib/nrf_modem_lib/ @nrfconnect/ncs-modem
/tests/lib/nrf_modem_lib/nrf9x_sockets/ @nrfconnect/ncs-modem
/tests/lib/pdn/ @nrfconnect/ncs-modem
/tests/lib/pcm_mix/ @nrfconnect/ncs-audio
/tests/lib/pcm_stream_channel_modifier/ @nrfconnect/ncs-audio
/tests/lib/qos/ @nrfconnect/ncs-cia
/tests/lib/ram_pwrdn/ @Damian-Nordic
/tests/lib/sample_rate_converter/ @nrfconnect/ncs-audio
/tests/lib/sfloat/ @nrfconnect/ncs-si-muffin
/tests/lib/sms/ @trantanen @tokangas
/tests/lib/tone/ @nrfconnect/ncs-audio
/tests/lib/uicc_lwm2m/ @stig-bjorlykke
/tests/mocks/nrf_rpc/ @nrfconnect/ncs-protocols-serialization
/tests/modules/lib/zcbor/ @oyvindronningstad
/tests/modules/mcuboot/direct_xip/ @nrfconnect/ncs-pluto
/tests/modules/mcuboot/external_flash/ @nrfconnect/ncs-pluto
/tests/nrf5340_audio/ @nrfconnect/ncs-audio @nordic-auko
/tests/subsys/app_event_manager/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/tests/subsys/audio/audio_module_template/ @nrfconnect/ncs-audio
/tests/subsys/audio_module/ @nrfconnect/ncs-audio
/tests/subsys/bluetooth/gatt_dm/ @nrfconnect/ncs-si-muffin
/tests/subsys/bluetooth/enocean/ @nrfconnect/ncs-paladin
/tests/subsys/bluetooth/fast_pair/ @nrfconnect/ncs-si-bluebagel
/tests/subsys/bluetooth/mesh/ @nrfconnect/ncs-paladin
/tests/subsys/bootloader/ @nrfconnect/ncs-pluto
/tests/subsys/caf/ @nrfconnect/ncs-si-muffin @nrfconnect/ncs-si-bluebagel
/tests/subsys/debug/cpu_load/ @nordic-krch
/tests/subsys/dfu/ @nrfconnect/ncs-pluto
/tests/subsys/dfu/dfu_multi_image/ @Damian-Nordic
/tests/subsys/emds/ @balaklaka @nrfconnect/ncs-paladin
/tests/subsys/event_manager_proxy/ @nrfconnect/ncs-si-muffin
/tests/subsys/fw_info/ @nrfconnect/ncs-pluto
/tests/subsys/mpsl/ @nrfconnect/ncs-dragoon
/tests/subsys/net/lib/aws_*/ @nrfconnect/ncs-cia
/tests/subsys/net/lib/azure_iot_hub/ @nrfconnect/ncs-cia
/tests/subsys/net/lib/fota_download/ @nrfconnect/ncs-pluto
/tests/subsys/net/lib/lwm2m_*/ @nrfconnect/ncs-iot-oulu
/tests/subsys/net/lib/mqtt_helper/ @nrfconnect/ncs-cia
/tests/subsys/net/lib/nrf_cloud/ @nrfconnect/ncs-nrf-cloud
/tests/subsys/net/lib/nrf_provisioning/ @nrfconnect/ncs-iot-oulu
/tests/subsys/net/lib/wifi_credentials*/ @nrfconnect/ncs-cia
/tests/subsys/net/openthread/rpc/ @nrfconnect/ncs-protocols-serialization
/tests/subsys/nfc/rpc/ @nrfconnect/ncs-protocols-serialization
/tests/subsys/nrf_compress/ @nordicjm
/tests/subsys/nrf_profiler/ @nrfconnect/ncs-si-bluebagel
/tests/subsys/partition_manager/region/ @nordicjm @tejlmand
/tests/subsys/partition_manager/static_pm_file/ @nordicjm @tejlmand
/tests/subsys/pcd/ @nrfconnect/ncs-pluto
/tests/subsys/sdfw_services/ @nrfconnect/ncs-aurora
/tests/subsys/suit/ @nrfconnect/ncs-charon
/tests/tfm/ @nrfconnect/ncs-aegir @stephen-nordic @magnev
/tests/unity/ @nordic-krch
/tests/subsys/zigbee/ @nrfconnect/ncs-zigbee
# CI specific west
/test-manifests/99-default-test-nrf.yml @nrfconnect/ncs-ci
# Zephyr module
/zephyr/ @nrfconnect/ncs-co-build-system
# Global override file patterns
Kconfig* @nrfconnect/ncs-co-build-system
CMakeLists* @nrfconnect/ncs-co-build-system
*.cmake @nrfconnect/ncs-co-build-system