forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
311 lines (304 loc) · 18.4 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
# 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.
# Root folder
/VERSION @carlescufi @tejlmand
/ncs_version.h.in @carlescufi @tejlmand
/CODEOWNERS @carlescufi
/LICENSE @carlescufi
/README.rst @carlescufi
/Jenkinsfile @thst-nordic
/west.yml @carlescufi @tejlmand
/west-test.yml @thst-nordic
# CI specific west
/test-manifests/99-default-test-nrf.yml @thst-nordic
# Github Actions
/.github/ @nrfconnect/ncs-ci
/.github/test-spec.yml @nrfconnect/ncs-test-leads
# Quarantine for the CI and Twister
/scripts/quarantine.yaml @nrfconnect/ncs-test-leads
# VS Code Configuration files
/.vscode/ @trond-snekvik
# Applications
/applications/asset_tracker_v2/ @simensrostad @jtguggedal @jhn-nordic @coderbyheart
/applications/connectivity_bridge/ @jtguggedal @nordic-auko
/applications/machine_learning/ @pdunaj
/applications/matter_bridge/ @Damian-Nordic @kkasperczyk-no
/applications/matter_weather_station/ @Damian-Nordic @kkasperczyk-no
/applications/nrf_desktop/ @MarekPieta
/applications/nrf5340_audio/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/applications/serial_lte_modem/ @SeppoTakalo @VTPeltoketo @MarkusLassila @rlubos @tomi-font
/applications/zigbee_weather_station/ @adsz-nordic @tomchy
# Boards
/boards/ @anangl
# All cmake related files
/cmake/ @tejlmand
/CMakeLists.txt @tejlmand
# All Kconfig related files
Kconfig* @tejlmand
# Sysbuild related files
/sysbuild/ @tejlmand @nordicjm
/cmake/sysbuild/ @tejlmand @nordicjm
# All doc related files
/doc/_extensions/ @gmarull
/doc/_scripts/ @carlescufi
/doc/_static/ @carlescufi
/doc/_utils/ @gmarull
/doc/cache.yml @gmarull
/doc/CMakeLists.txt @carlescufi
/doc/**/conf.py @carlescufi
/doc/kconfig/ @gmarull
/doc/nrf/ @carlescufi
/doc/nrfx/ @gmarull
/doc/matter/ @gmarull
/doc/mcuboot/ @carlescufi
/doc/nrfxlib/ @gmarull
/doc/versions.json @carlescufi
/doc/custom.properties @gmarull
/doc/tags.yml @gmarull
/doc/requirements.txt @gmarull
# All subfolders
/drivers/ @anangl
/drivers/serial/ @nordic-krch @anangl
/drivers/sensor/bh1749/ @gregersrygg
/drivers/sensor/paw3212/ @anangl @pdunaj @MarekPieta
/drivers/sensor/pmw3360/ @anangl @pdunaj @MarekPieta
/drivers/wifi/nrf700x/ @krish2718 @sachinthegreen @rado17 @rlubos
/drivers/wifi/nrf700x/osal/fw_if/umac_if/inc/fw/ @udaynordic @srkanordic
/drivers/wifi/nrf700x/osal/hw_if/hal/inc/fw/ @udaynordic @srkanordic
/dts/ @anangl
/ext/ @carlescufi
/include/ @anangl @rlubos
/include/net/azure_* @jtguggedal @simensrostad @coderbyheart
/include/net/wifi_credentials.h @maxd-nordic
/include/net/nrf_cloud_* @plskeggs @jayteemo @glarsennordic
/include/bluetooth/ @alwa-nordic @jori-nordic @KAGA164
/include/bluetooth/services/fast_pair.h @MarekPieta @kapi-no @KAGA164
/include/bluetooth/adv_prov.h @MarekPieta @kapi-no @KAGA164
/include/bluetooth/mesh/ @ludvigsj
/include/caf/ @pdunaj
/include/debug/ppi_trace.h @nordic-krch @anangl
/include/drivers/ @anangl
/include/mpsl/ @rugeGerritsen
/include/net/ @rlubos
/include/nfc/ @anangl @grochu
/include/shell/ @nordic-krch
/lib/bin/ @rlubos @lemrey
/lib/adp536x/ @jtguggedal
/lib/at_cmd_parser/ @rlubos
/lib/at_cmd_custom/ @eivindj-nordic
/lib/at_host/ @rlubos
/lib/at_monitor/ @lemrey @rlubos
/lib/at_shell/ @jtguggedal @simensrostad
/lib/gcf_sms/ @eivindj-nordic
/lib/nrf_modem_lib/ @rlubos @lemrey
/lib/edge_impulse/ @pdunaj
/lib/fem_al/ @KAGA164
/lib/fprotect/ @hakonfam
/lib/flash_patch/ @hakonfam
/lib/location/ @trantanen @jhirsi @tokangas
/lib/lte_link_control/ @tokangas @trantanen @jhirsi
/lib/modem_antenna/ @tokangas
/lib/modem_battery/ @MirkoCovizzi
/lib/modem_info/ @rlubos
/lib/modem_key_mgmt/ @rlubos
/lib/multithreading_lock/ @rugeGerritsen
/lib/pdn/ @lemrey @rlubos
/lib/ram_pwrdn/ @mariuszpos @MarekPorwisz
/lib/fatal_error/ @KAGA164 @nordic-krch
/lib/sfloat/ @kapi-no @maje-emb
/lib/sms/ @trantanen @tokangas
/lib/st25r3911b/ @grochu
/lib/supl/ @rlubos @tokangas
/lib/date_time/ @trantanen @tokangas
/lib/hw_id/ @maxd-nordic
/lib/wave_gen/ @MarekPieta
/lib/hw_unique_key/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/lib/identity_key/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/lib/modem_jwt/ @jayteemo @SeppoTakalo
/lib/modem_slm/ @SeppoTakalo @VTPeltoketo @MarkusLassila @tomi-font
/lib/modem_attest_token/ @jayteemo
/lib/qos/ @simensrostad
/lib/contin_array/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/lib/data_fifo/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/lib/pcm_mix/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/lib/pcm_stream_channel_modifier/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/lib/tone/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/modules/ @tejlmand
/modules/mcuboot/ @de-nordic @nordicjm
/modules/cjson/ @simensrostad @plskeggs @sigvartmh
/samples/ @nrfconnect/ncs-test-leads
/samples/net/mqtt/ @simensrostad
/samples/sensor/bh1749/ @gregersrygg
/samples/bluetooth/ @alwa-nordic @jori-nordic @carlescufi @KAGA164
/samples/bluetooth/mesh/ @ludvigsj
/samples/bluetooth/direction_finding_connectionless_rx/ @ppryga-nordic
/samples/bluetooth/direction_finding_connectionless_tx/ @ppryga-nordic
/samples/bluetooth/peripheral_fast_pair/ @MarekPieta @kapi-no @KAGA164
/samples/bootloader/ @hakonfam @oyvindronningstad
/samples/matter/ @Damian-Nordic @kkasperczyk-no
/samples/crypto/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/samples/debug/ppi_trace/ @nordic-krch @anangl
/samples/hw_id/ @maxd-nordic
/samples/edge_impulse/ @pdunaj
/samples/esb/ @lemrey
/samples/app_event_manager/ @pdunaj @MarekPieta
/samples/event_manager_proxy/ @rakons
/samples/gazell/ @leewkb4567
/samples/keys/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/samples/mpsl/ @rugeGerritsen
/samples/nfc/ @grochu
/samples/nrf_rpc/ @doki-nordic @KAGA164
/samples/nrf5340/empty_app_core/ @doki-nordic
/samples/cellular/ @rlubos @lemrey
/samples/cellular/azure_* @jtguggedal @simensrostad @coderbyheart
/samples/cellular/battery/ @MirkoCovizzi
/samples/cellular/location/ @trantanen @jhirsi @tokangas
/samples/cellular/lwm2m_client/ @rlubos @SeppoTakalo @jheiskan81 @juhaylinen
/samples/cellular/modem_shell/ @trantanen @jhirsi @tokangas
/samples/cellular/nidd/ @stig-bjorlykke
/samples/cellular/nrf_cloud_* @plskeggs @jayteemo @glarsennordic
/samples/cellular/nrf_provisioning/ @SeppoTakalo @juhaylinen
/samples/cellular/modem_trace_flash/ @gregersrygg @balaji-nordic
/samples/cellular/sms/ @trantanen @tokangas
/samples/openthread/ @rlubos @edmont @canisLupus1313 @mariuszpos
/samples/nrf_profiler/ @pdunaj
/samples/peripheral/radio_test/ @KAGA164 @maje-emb
/samples/peripheral/lpuart/ @nordic-krch
/samples/peripheral/802154_phy_test/ @ankuns @jciupis @ahasztag
/samples/peripheral/802154_sniffer/ @e-rk
/samples/tfm/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/samples/zigbee/ @tomchy @sebastiandraus
/samples/CMakeLists.txt @tejlmand
/samples/nrf5340/netboot/ @hakonfam
/samples/nrf5340/multiprotocol_rpmsg/ @hubertmis
/samples/wifi/provisioning/ @wentong-li @bama-nordic
/samples/wifi/radio_test/ @bama-nordic @sachinthegreen
/samples/wifi/scan/ @D-Triveni @bama-nordic
/samples/wifi/shell/ @krish2718 @sachinthegreen @rado17 @rlubos
/samples/wifi/sta/ @D-Triveni @bama-nordic
/samples/wifi/sr_coex/ @muraliThokala @bama-nordic
/samples/wifi/twt/ @chiranjeevi2776 @krish2718
/scripts/ @tejlmand @nrfconnect/ncs-test-leads
/scripts/hid_configurator/ @MarekPieta
/scripts/tools-versions-*.txt @tejlmand @grho @shanthanordic @ihansse
/scripts/requirements-*.txt @tejlmand @grho @shanthanordic @ihansse
/scripts/west_commands/sbom/ @doki-nordic @maje-emb
/scripts/bootloader/ @hakonfam @sigvartmh
/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/zephyrbuild-package/ @tejlmand
/share/ncs-package/ @tejlmand
/snippets/nrf91-modem-trace-uart/ @eivindj-nordic
/subsys/bluetooth/ @alwa-nordic @jori-nordic @carlescufi @KAGA164
/subsys/bluetooth/mesh/ @ludvigsj
/subsys/bluetooth/controller/ @rugeGerritsen
/subsys/bluetooth/adv_prov/ @MarekPieta @kapi-no @KAGA164
/subsys/bluetooth/services/fast_pair/ @MarekPieta @kapi-no @KAGA164
/subsys/bluetooth/services/wifi_prov/ @wentong-li @bama-nordic
/subsys/bootloader/ @hakonfam @sigvartmh
/subsys/caf/ @pdunaj
/subsys/debug/ @nordic-krch @anangl
/subsys/dfu/ @hakonfam @sigvartmh
/subsys/dfu/dfu_multi_image/ @Damian-Nordic
/subsys/dm/ @maje-emb
/subsys/ieee802154/ @rlubos @ankuns @jciupis @ahasztag
/subsys/mgmt/ @hakonfam @sigvartmh
/subsys/emds/ @balaklaka
/subsys/esb/ @lemrey
/subsys/app_event_manager/ @pdunaj
/subsys/app_event_manager_profiler_tracer/ @pdunaj @MarekPieta
/subsys/event_manager_proxy/ @rakons
/subsys/fw_info/ @hakonfam
/subsys/gazell/ @leewkb4567
/subsys/mpsl/ @rugeGerritsen
/subsys/mpsl/cx/ @jciupis @martintv
/subsys/mpsl/fem/ @jciupis @martintv
/subsys/net/ @rlubos
/subsys/net/lib/mqtt_helper/ @simensrostad @jtguggedal
/subsys/net/lib/azure_* @jtguggedal @simensrostad @coderbyheart
/subsys/net/lib/aws_* @jtguggedal @simensrostad @coderbyheart
/subsys/net/lib/ftp_client/ @junqingzou
/subsys/net/lib/icalendar_parser/ @lats1980
/subsys/net/lib/lwm2m_client_utils/ @rlubos @SeppoTakalo @jheiskan81 @juhaylinen
/subsys/net/lib/nrf_cloud/ @plskeggs @jayteemo @glarsennordic
/subsys/net/lib/nrf_provisioning/ @SeppoTakalo @juhaylinen
/subsys/net/lib/zzhc/ @junqingzou
/subsys/net/lib/wifi_credentials/ @maxd-nordic
/subsys/nfc/ @grochu @anangl
/subsys/nrf_rpc/ @doki-nordic @KAGA164
/subsys/partition_manager/ @hakonfam
/subsys/pcd/ @hakonfam
/subsys/nrf_profiler/ @pdunaj
/subsys/shell/ @nordic-krch
/subsys/nonsecure/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/subsys/nrf_security/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/modules/ @tejlmand
/modules/tfm/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/subsys/zigbee/ @tomchy @sebastiandraus
/tests/ @gopiotr
/tests/bluetooth/tester/ @carlescufi @ludvigsj
/tests/bluetooth/iso/ @koffes @alexsven @erikrobstad @rick1082 @gWacey @Frodevan
/tests/crypto/ @stephen-nordic @magnev
/tests/drivers/flash_patch/ @oyvindronningstad
/tests/drivers/fprotect/ @oyvindronningstad
/tests/drivers/lpuart/ @nordic-krch
/tests/drivers/nrfx_integration_test/ @anangl
/tests/lib/at_cmd_parser/ @rlubos
/tests/lib/at_cmd_custom/ @eivindj-nordic
/tests/lib/date_time/ @trantanen @tokangas
/tests/lib/edge_impulse/ @pdunaj @MarekPieta
/tests/lib/nrf_fuel_gauge/ @nordic-auko @aasinclair
/tests/lib/gcf_sms/ @eivindj-nordic
/tests/lib/hw_unique_key*/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky
/tests/lib/hw_id/ @maxd-nordic
/tests/lib/location/ @trantanen @tokangas
/tests/lib/lte_lc/ @trantanen @tokangas
/tests/lib/lte_lc_api/ @trantanen @tokangas
/tests/lib/modem_jwt/ @SeppoTakalo
/tests/lib/modem_battery/ @MirkoCovizzi
/tests/lib/modem_info/ @maxd-nordic
/tests/lib/qos/ @simensrostad
/tests/lib/sfloat/ @kapi-no @maje-emb
/tests/lib/sms/ @trantanen @tokangas
/tests/lib/nrf_modem_lib/ @lemrey @MirkoCovizzi
/tests/lib/nrf_modem_lib/nrf91_sockets/ @MirkoCovizzi
/tests/lib/ram_pwrdn/ @Damian-Nordic
/tests/lib/contin_array/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/tests/lib/data_fifo/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/tests/lib/pcm_mix/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/tests/lib/pcm_stream_channel_modifier/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/tests/lib/tone/ @koffes @alexsven @erikrobstad @rick1082 @gWacey
/tests/modules/lib/zcbor/ @oyvindronningstad
/tests/modules/mcuboot/direct_xip/ @hakonfam
/tests/modules/mcuboot/external_flash/ @hakonfam @sigvartmh
/tests/nrf5340_audio/ @koffes @alexsven @erikrobstad @rick1082 @nordic-auko
/tests/subsys/bluetooth/gatt_dm/ @doki-nordic
/tests/subsys/bluetooth/mesh/ @ludvigsj
/tests/subsys/bluetooth/fast_pair/ @MarekPieta @kapi-no @KAGA164
/tests/subsys/bootloader/ @hakonfam
/tests/subsys/caf/ @zycz
/tests/subsys/debug/cpu_load/ @nordic-krch
/tests/subsys/dfu/ @hakonfam @sigvartmh
/tests/subsys/dfu/dfu_multi_image/ @Damian-Nordic
/tests/subsys/emds/ @balaklaka
/tests/subsys/event_manager_proxy/ @rakons
/tests/subsys/app_event_manager/ @pdunaj @MarekPieta @rakons
/tests/subsys/fw_info/ @oyvindronningstad
/tests/subsys/net/lib/aws_*/ @simensrostad
/tests/subsys/net/lib/azure_iot_hub/ @jtguggedal
/tests/subsys/net/lib/fota_download/ @hakonfam @sigvartmh
/tests/subsys/net/lib/lwm2m_*/ @SeppoTakalo @jheiskan81 @juhaylinen
/tests/subsys/net/lib/nrf_cloud/ @tony-le-24
/tests/subsys/net/lib/nrf_provisioning/ @SeppoTakalo @juhaylinen
/tests/subsys/net/lib/wifi_credentials*/ @maxd-nordic
/tests/subsys/net/lib/mqtt_helper/ @simensrostad @jtguggedal
/tests/subsys/partition_manager/region/ @hakonfam @sigvartmh
/tests/subsys/pcd/ @hakonfam @sigvartmh
/tests/subsys/nrf_profiler/ @pdunaj @MarekPieta
/tests/subsys/zigbee/ @tomchy @sebastiandraus
/tests/tfm/ @frkv @Vge0rge @vili-nordic @joerchan @SebastianBoe @mswarowsky @stephen-nordic @magnev
/tests/unity/ @nordic-krch
/zephyr/ @carlescufi