forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS.yml
4799 lines (4502 loc) · 92.3 KB
/
MAINTAINERS.yml
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# 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.
#
# * odd fixes:
# The area gets odd fixes and may have collaborators.
#
# * 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
ACPI:
status: maintained
maintainers:
- jhedberg
- najumon1980
collaborators:
- finikorg
- tbursztyka
files:
- lib/acpi/
- include/zephyr/acpi/
- tests/lib/acpi/
labels:
- "area: ACPI"
tests:
- acpi
ARC arch:
status: maintained
maintainers:
- ruuddw
collaborators:
- abrodkin
- evgeniy-paltsev
- SiyuanCheng-CN
files:
- arch/arc/
- include/zephyr/arch/arc/
- tests/arch/arc/
- dts/arc/synopsys/
- doc/hardware/arch/arc-support-status.rst
labels:
- "area: ARC"
tests:
- arch.arc
ARM arch:
status: maintained
maintainers:
- ithinuel
collaborators:
- microbuilder
- carlocaione
- galak
- MaureenHelm
- stephanosio
- bbolen
files:
- arch/arm/
- arch/arm/core/offsets/
- include/zephyr/arch/arm/
- tests/arch/arm/
- doc/hardware/arch/arm_cortex_m.rst
- boards/qemu/cortex_m0/
labels:
- "area: ARM"
tests:
- arch.arm
ARM64 arch:
status: maintained
maintainers:
- carlocaione
collaborators:
- npitre
- povergoing
- sgrrzhf
files:
- arch/arm64/
- include/zephyr/arch/arm64/
- tests/arch/arm64/
- dts/arm64/
- boards/qemu/kvm_arm64/
- boards/qemu/cortex_a53/
labels:
- "area: ARM64"
tests:
- arch.arm64
ARM Platforms:
status: odd fixes
files:
- boards/arm/mps*/
- boards/arm/v2m_*/
- soc/arm/mps*/
- soc/arm/musca/
- soc/arm/beetle/
- soc/arm/fvp_aemv8r/aarch32/
- dts/arm/armv*.dtsi
labels:
- "platform: ARM"
ASPEED Platforms:
status: odd fixes
files:
- soc/aspeed/
- dts/arm/aspeed/
- drivers/*/*_ast10x0.c
- drivers/*/Kconfig.aspeed
labels:
- "platform: ASPEED"
ARM SiP SVC:
status: odd fixes
files:
- subsys/sip_svc/
- tests/subsys/sip_svc/
- include/zephyr/sip_svc/
- include/zephyr/drivers/sip_svc/
- drivers/sip_svc/
labels:
- "area: ARM SiP SVC"
tests:
- sip_svc
MIPS arch:
status: odd fixes
files:
- arch/mips/
- include/zephyr/arch/mips/
- boards/qemu/malta/
labels:
- "area: MIPS"
tests:
- arch.mips
Ambiq Platforms:
status: maintained
maintainers:
- fkokosinski
collaborators:
- tgorochowik
- msobkowski
- aaronyegx
- RichardSWheatley
files:
- soc/ambiq/
- boards/ambiq/apollo*/
- dts/arm/ambiq/
- dts/bindings/*/ambiq,*
- drivers/*/*ambiq*
- drivers/*/*/*ambiq*
- drivers/*/*/*apollo*
labels:
- "platform: Ambiq"
BeagleBoard Platforms:
status: maintained
maintainers:
- jadonk
collaborators:
- ayush1325
- con-pax
- vaishnavachath
files:
- boards/beagle/
labels:
- "platform: BeagleBoard"
Benchmarks:
status: maintained
maintainers:
- peter-mitsis
collaborators:
- nashif
- dcpleung
files:
- tests/benchmarks/
labels:
- "area: Benchmarks"
Binary Descriptors:
status: maintained
maintainers:
- yonsch
files:
- subsys/bindesc/
- include/zephyr/bindesc.h
- samples/subsys/bindesc/
- scripts/west_commands/bindesc.py
- tests/subsys/bindesc/
labels:
- "area: Binary Descriptors"
tests:
- bindesc
Bluetooth:
status: maintained
maintainers:
- jhedberg
collaborators:
- hermabe
- Vudentz
- Thalley
- asbjornsabo
- sjanc
files:
- doc/connectivity/bluetooth/
- include/zephyr/bluetooth/
- samples/bluetooth/
- subsys/bluetooth/
- subsys/bluetooth/common/
- tests/bluetooth/
- tests/bsim/bluetooth/
files-exclude:
- include/zephyr/bluetooth/mesh/
- subsys/bluetooth/controller/
- subsys/bluetooth/host/
- subsys/bluetooth/mesh/
- samples/bluetooth/mesh/
- subsys/bluetooth/audio/
- include/zephyr/bluetooth/audio/
- tests/bsim/bluetooth/audio/
- tests/bsim/bluetooth/host/
- tests/bsim/bluetooth/ll/
- tests/bluetooth/controller/
- tests/bluetooth/host*/
- tests/bluetooth/mesh_*/
- tests/bluetooth/mesh/
- tests/bluetooth/audio/
- tests/bsim/bluetooth/mesh/
- tests/bluetooth/shell/audio*
labels:
- "area: Bluetooth"
tests:
- bluetooth
Bluetooth HCI:
status: maintained
maintainers:
- jhedberg
- jori-nordic
collaborators:
- hermabe
- alwa-nordic
- Thalley
- sjanc
- theob-pro
- HoZHel
files:
- include/zephyr/drivers/bluetooth/
- drivers/bluetooth/
- samples/bluetooth/hci_*/
labels:
- "area: Bluetooth Host"
- "area: Bluetooth"
tests:
- bluetooth
Bluetooth controller:
status: maintained
maintainers:
- cvinayak
collaborators:
- carlescufi
- thoh-ot
- kruithofa
- ppryga
- mtpr-ot
- wopu-ot
- erbr-ot
files:
- subsys/bluetooth/controller/
- tests/bluetooth/controller/
- tests/bsim/bluetooth/ll/
labels:
- "area: Bluetooth Controller"
- "area: Bluetooth"
tests:
- bluetooth.controller
Bluetooth Host:
status: maintained
maintainers:
- jori-nordic
- jhedberg
collaborators:
- hermabe
- alwa-nordic
- Thalley
- sjanc
- theob-pro
files:
- subsys/bluetooth/host/
- subsys/bluetooth/services/
- subsys/bluetooth/shell/
- tests/bluetooth/host*/
- tests/bsim/bluetooth/host/
labels:
- "area: Bluetooth Host"
- "area: Bluetooth"
Bluetooth Mesh:
status: maintained
maintainers:
- PavelVPV
collaborators:
- jhedberg
- LingaoM
- alxelax
- Andrewpini
- akredalen
- HaavardRei
files:
- subsys/bluetooth/mesh/
- include/zephyr/bluetooth/mesh/
- tests/bluetooth/mesh*/
- tests/bsim/bluetooth/mesh/
- samples/bluetooth/mesh/
labels:
- "area: Bluetooth Mesh"
- "area: Bluetooth"
tests:
- bluetooth.mesh
Bluetooth Audio:
status: maintained
maintainers:
- Thalley
collaborators:
- jhedberg
- Casper-Bonde-Bose
- MariuszSkamra
- sjanc
- asbjornsabo
- fredrikdanebjer
- kruithofa
- larsgk
- pin-zephyr
files:
- subsys/bluetooth/audio/
- include/zephyr/bluetooth/audio/
- tests/bluetooth/audio/
- tests/bsim/bluetooth/audio/
- tests/bluetooth/shell/audio*
labels:
- "area: Bluetooth Audio"
- "area: Bluetooth"
tests:
- bluetooth.audio
Bluetooth Classic:
status: maintained
maintainers:
- lylezhu2012
collaborators:
- jhedberg
- sjanc
files:
- subsys/bluetooth/host/classic/
- include/zephyr/bluetooth/classic/
labels:
- "area: Bluetooth Classic"
tests:
- bluetooth
Bootloaders:
status: odd fixes
files:
- tests/boot/
labels:
- "area: Bootloader"
tests:
- bootloader
Build system:
status: maintained
maintainers:
- tejlmand
collaborators:
- jeremybettis
- nashif
- nordicjm
- "57300"
files:
- cmake/
- CMakeLists.txt
- scripts/zephyr_module.py
- share/
- doc/build/
- doc/develop/modules.rst
- scripts/build/
- tests/cmake/
- misc/empty_file.c
- misc/generated/
- snippets/
- modules/Kconfig.sysbuild
labels:
- "area: Build System"
tests:
- buildsystem
Board/SoC configuration:
status: maintained
maintainers:
- tejlmand
collaborators:
- galak
- nashif
- nordicjm
- "57300"
files:
- soc/Kconfig*
- boards/Kconfig*
labels:
- "area: Board/SoC configuration"
"C++":
status: maintained
maintainers:
- stephanosio
collaborators:
- alexanderwachter
- cfriedt
files:
- lib/cpp/
- tests/lib/cpp/
- samples/cpp/
labels:
- "area: C++"
tests:
- cpp
Cache:
status: maintained
maintainers:
- carlocaione
collaborators:
- nashif
files:
- include/zephyr/drivers/cache.h
- include/zephyr/cache.h
- doc/hardware/cache/index.rst
- drivers/cache/
- tests/kernel/cache/
labels:
- "area: Cache"
tests:
- kernel.cache
C library:
status: maintained
maintainers:
- stephanosio
collaborators:
- aescolar
- nashif
- keith-packard
- cfriedt
files:
- lib/libc/
- tests/lib/c_lib/
- tests/lib/newlib/
labels:
- "area: C Library"
tests:
- libraries.libc
CMSIS API layer:
status: odd fixes
collaborators:
- nashif
files:
- subsys/portability/
- include/zephyr/portability/cmsis*
- samples/subsys/portability/cmsis_rtos_v*/
- tests/subsys/portability/cmsis_rtos_v*/
- doc/services/portability/cmsis*
labels:
- "area: CMSIS API Layer"
- "area: Portability"
tests:
- portability.cmsis_rtos_v1
- portability.cmsis_rtos_v2
DSP subsystem:
status: maintained
maintainers:
- stephanosio
- yperess
files:
- subsys/dsp/
- tests/subsys/dsp/
- include/zephyr/dsp/dsp.h
- include/zephyr/dsp/types.h
- include/zephyr/dsp/
- doc/services/dsp/
labels:
- "area: DSP"
tests:
- zdsp
CMSIS-DSP integration:
status: maintained
maintainers:
- stephanosio
collaborators:
- galak
- XenuIsWatching
files:
- modules/cmsis-dsp/
- tests/benchmarks/cmsis_dsp/
- tests/lib/cmsis_dsp/
labels:
- "area: CMSIS-DSP"
tests:
- libraries.cmsis_dsp
CMSIS-NN integration:
status: maintained
maintainers:
- JordanYates
collaborators:
- stephanosio
- XenuIsWatching
files:
- modules/cmsis-nn/
- tests/lib/cmsis_nn/
labels:
- "area: CMSIS-NN"
tests:
- libraries.cmsis_nn
Coding Guidelines:
status: maintained
maintainers:
- keith-zephyr
collaborators:
- nashif
- carlescufi
- jfischer-no
files:
- .checkpatch.conf
- .clang-format
- .editorconfig
- .gitlint
- .yamllint
- doc/contribute/guidelines.rst
- doc/contribute/coding_guidelines/
- scripts/checkpatch.pl
- scripts/checkpatch/
- scripts/ci/check_compliance.py
- scripts/ci/guideline_check.py
- scripts/ci/pylintrc
- scripts/coccicheck
- scripts/coccinelle/
- scripts/gitlint/
- scripts/pylint/
- scripts/spelling.txt
labels:
- "area: Coding Guidelines"
Common Architecture Interface:
status: odd fixes
collaborators:
- dcpleung
- nashif
files:
- arch/Kconfig
- include/zephyr/arch/
- arch/common/
- include/zephyr/arch/common/
- tests/arch/common/
- doc/hardware/porting/arch.rst
labels:
- "area: Architectures"
tests:
- arch
Console:
status: odd fixes
files:
- include/zephyr/console/
- subsys/console/
labels:
- "area: Console"
tests:
- sample.console
Debug:
status: maintained
maintainers:
- nashif
collaborators:
- dcpleung
- mrkhldn
files:
- include/zephyr/debug/
- subsys/debug/
- tests/subsys/debug/
- scripts/coredump/
- samples/subsys/debug/
- doc/services/debugging/
labels:
- "area: Debugging"
tests:
- debug
Demand Paging:
status: maintained
maintainers:
- dcpleung
collaborators:
- ceolin
- peter-mitsis
- nashif
files:
- subsys/demand_paging/
- tests/kernel/mem_protect/demand_paging/
tests:
- kernel.demand_paging
Device Driver Model:
status: maintained
maintainers:
- gmarull
collaborators:
- tbursztyka
- dcpleung
- nashif
files:
- include/zephyr/device.h
- kernel/device.c
- include/zephyr/init.h
- tests/kernel/device/
- doc/kernel/drivers/
- tests/misc/check_init_priorities/
labels:
- "area: Device Model"
tests:
- kernel.device
- init
DFU:
status: maintained
maintainers:
- de-nordic
- nordicjm
files:
- include/zephyr/dfu/
- subsys/dfu/
- tests/subsys/dfu/
labels:
- "area: DFU"
tests:
- dfu
Devicetree:
status: maintained
maintainers:
- galak
files:
- scripts/dts/
- dts/common/
- tests/lib/devicetree/
- doc/build/dts/
- include/zephyr/devicetree/
- scripts/kconfig/kconfigfunctions.py
- include/zephyr/devicetree.h
labels:
- "area: Devicetree"
tests:
- libraries.devicetree
Devicetree Bindings:
status: maintained
maintainers:
- galak
files:
- dts/bindings/
- include/zephyr/dt-bindings/
- dts/binding-template.yaml
labels:
- "area: Devicetree Binding"
Disk:
status: maintained
maintainers:
- danieldegrasse
collaborators:
- jfischer-no
- decsny
files:
- include/zephyr/storage/disk_access.h
- include/zephyr/drivers/disk.h
- drivers/disk/
- subsys/disk/
- subsys/sd/
- tests/subsys/sd/
- tests/drivers/disk/
- include/zephyr/sd/
labels:
- "area: Disk Access"
tests:
- drivers.disk
Display drivers:
status: odd fixes
collaborators:
- jfischer-no
- danieldegrasse
files:
- drivers/display/
- dts/bindings/display/
- include/zephyr/drivers/display.h
- include/zephyr/display/
- include/zephyr/drivers/display.h
- subsys/fb/
- samples/subsys/display/
- doc/hardware/peripherals/display/
- tests/drivers/*/display/
labels:
- "area: Display"
Documentation:
status: maintained
maintainers:
- kartben
- carlescufi
collaborators:
- nashif
files:
- CODE_OF_CONDUCT.md
- CONTRIBUTING.rst
- doc/glossary.rst
- doc/contribute/
- doc/develop/
- doc/introduction/
- doc/project/
- doc/releases/
- doc/security/
- README.rst
- doc/substitutions.txt
- doc/images/Zephyr-Kite-in-tree.png
- doc/index-tex.rst
- doc/index.rst
- doc/kconfig.rst
- doc/known-warnings.txt
- doc/templates/sample.tmpl
- doc/templates/board.tmpl
- boards/index.rst
files-exclude:
- doc/releases/migration-guide-*
- doc/releases/release-notes-*
labels:
- "area: Documentation"
Documentation Infrastructure:
status: maintained
maintainers:
- gmarull
collaborators:
- carlescufi
- nashif
- kartben
files:
- doc/_*/
- doc/CMakeLists.txt
- doc/conf.py
- doc/Makefile
- doc/zephyr.doxyfile.in
labels:
- "area: Documentation Infrastructure"
Release Notes:
status: maintained
maintainers:
- nashif
- aescolar
collaborators:
- kartben
files:
- doc/releases/migration-guide-*
- doc/releases/release-notes-*
labels:
- "Release Notes"
"Drivers: ADC":
status: maintained
maintainers:
- anangl
collaborators:
- decsny
files:
- drivers/adc/
- include/zephyr/drivers/adc.h
- tests/drivers/adc/
- samples/drivers/adc/
- include/zephyr/drivers/adc/
- doc/hardware/peripherals/adc.rst
- tests/drivers/build_all/adc/
- include/zephyr/dt-bindings/adc/
labels:
- "area: ADC"
tests:
- drivers.adc
"Drivers: Audio":
status: odd fixes
collaborators:
- lyakh
- lgirdwood
- marc-hb
- kv2019i
files:
- drivers/audio/
- include/zephyr/audio/
- doc/hardware/peripherals/audio/
labels:
- "area: Audio"
"Drivers: bbram":
status: maintained
maintainers:
- yperess
files:
- tests/drivers/bbram/
- drivers/bbram/
- include/zephyr/drivers/bbram.h
- doc/hardware/peripherals/bbram.rst
labels:
- "area: Battery Backed RAM (bbram)"
tests:
- drivers.bbram
"Drivers: Aux display":
status: maintained
maintainers:
- thedjnK
collaborators:
- xingrz
files:
- include/zephyr/drivers/auxdisplay.h
- drivers/auxdisplay/*
- dts/bindings/auxdisplay/*
- doc/hardware/peripherals/auxdisplay.rst
labels:
- "area: Aux display"
tests:
- sample.drivers.auxdisplay
"Drivers: CAN":
status: maintained
maintainers:
- henrikbrixandersen
collaborators:
- alexanderwachter
- martinjaeger
- str4t0m
files:
- boards/shields/mcp2515/
- boards/shields/tcan4550evm/
- doc/connectivity/canbus/
- doc/hardware/peripherals/can/
- drivers/can/
- drivers/net/canbus.c
- dts/bindings/can/
- dts/bindings/phy/can-transceiver*
- include/zephyr/canbus/
- include/zephyr/devicetree/can.h
- include/zephyr/drivers/can.h
- include/zephyr/drivers/can/
- include/zephyr/net/canbus.h
- include/zephyr/net/socketcan*.h
- samples/drivers/can/
- samples/modules/canopennode/
- samples/net/sockets/can/
- samples/subsys/canbus/
- subsys/canbus/
- subsys/net/l2/canbus/
- tests/drivers/build_all/can/
- tests/drivers/can/
- tests/net/socket/can/
- tests/subsys/canbus/
labels:
- "area: CAN"
tests:
- drivers.can
- canbus
"Drivers: Charger":
status: maintained
maintainers:
- rriveramcrus
collaborators:
- GRobertZieba
files: