CODEOWNERS 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. # CODEOWNERS for autoreview assigning in github
  2. # https://help.github.com/en/articles/about-code-owners#codeowners-syntax
  3. /.github @supperthomas
  4. /.gitee @supperthomas
  5. /.hooks @supperthomas
  6. /.devcontainer @supperthomas
  7. /bsp/ESP32_C3 @supperthomas
  8. /bsp/nr5x/ @supperthomas
  9. /bsp/stm32/stm32l496-st-nucleo @supperthomas
  10. /bsp/stm32/stm32f407-rt-spark @supperthomas
  11. /bsp/stm32/stm32h743-openmv-h7plus @supperthomas
  12. /bsp/stm32/stm32l4r9-st-sensortile-box/ @supperthomas
  13. /bsp/stm32/stm32l475-atk-pandora/ @mysterywolf
  14. /bsp/stm32/stm32f401-st-nucleo/ @mysterywolf
  15. /bsp/stm32/stm32f411-st-nucleo/ @mysterywolf
  16. /bsp/stm32/stm32f412-st-nucleo/ @mysterywolf
  17. /bsp/stm32/stm32l476-st-nucleo/ @mysterywolf
  18. /bsp/maxim @supperthomas
  19. *arduino* @mysterywolf
  20. *.attach @mysterywolf
  21. /components/libc/ @mysterywolf
  22. /components/dfs/dfs_v2/ @BernardXiong
  23. /components/lwp/ @BernardXiong
  24. /components/mm/ @BernardXiong
  25. /components/drivers/sensor/ @mysterywolf
  26. /components/drivers/tty/ @BernardXiong
  27. /documentation @mysterywolf @Cathy-lulu
  28. /examples @Guozhanxin