Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,30 @@
# 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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这块不确定是否正确,只要含有arduino关键字的路径都安排给我,例如pin_arduino.c arduino_main.cpp等

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

对的


/components/libc/ @mysterywolf
/components/dfs/dfs_v2/ @BernardXiong
/components/lwp/ @BernardXiong
/components/mm/ @BernardXiong
/components/drivers/sensor/ @mysterywolf
/components/drivers/tty/ @BernardXiong

/examples @Guozhanxin