-
Notifications
You must be signed in to change notification settings - Fork 5k
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (27 loc) · 1.49 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
# CODEOWNERS for autoreview assigning in github
# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
/.github @supperthomas
/.gitee @supperthomas
/.hooks @supperthomas
/.devcontainer @supperthomas
/bsp/ESP32_C3 @supperthomas
/bsp/nr5x/ @supperthomas
/bsp/stm32/stm32l496-st-nucleo @supperthomas
/bsp/stm32/stm32f407-rt-spark @supperthomas
/bsp/stm32/stm32h743-openmv-h7plus @supperthomas
/bsp/stm32/stm32l4r9-st-sensortile-box/ @supperthomas
/bsp/stm32/stm32l475-atk-pandora/ @mysterywolf
/bsp/stm32/stm32f401-st-nucleo/ @mysterywolf
/bsp/stm32/stm32f411-st-nucleo/ @mysterywolf
/bsp/stm32/stm32f412-st-nucleo/ @mysterywolf
/bsp/stm32/stm32l476-st-nucleo/ @mysterywolf
/bsp/maxim @supperthomas
*arduino* @mysterywolf
/components/libc/ @mysterywolf
/components/dfs/dfs_v2/ @BernardXiong
/components/lwp/ @BernardXiong
/components/mm/ @BernardXiong
/components/drivers/sensor/ @mysterywolf
/components/drivers/tty/ @BernardXiong
/documentation @mysterywolf @Cathy-lulu
/examples @Guozhanxin