CODEOWNERS 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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/stm32/stm32l496-st-nucleo @supperthomas
  9. /bsp/stm32/stm32f407-rt-spark @Rbb666
  10. /bsp/stm32/stm32h743-openmv-h7plus @supperthomas
  11. /bsp/stm32/stm32l4r9-st-sensortile-box/ @supperthomas
  12. /bsp/stm32/stm32l475-atk-pandora/ @mysterywolf
  13. /bsp/stm32/stm32f401-st-nucleo/ @mysterywolf
  14. /bsp/stm32/stm32f411-st-nucleo/ @mysterywolf
  15. /bsp/stm32/stm32f412-st-nucleo/ @mysterywolf
  16. /bsp/stm32/stm32l476-st-nucleo/ @mysterywolf
  17. /bsp/stm32/stm32h750-artpi/ @Rbb666
  18. /bsp/maxim @supperthomas
  19. /bsp/nxp @Rbb666
  20. /bsp/renesas @Rbb666
  21. *arduino* @mysterywolf
  22. *.attach @mysterywolf
  23. /components/libc/ @mysterywolf
  24. /components/dfs/dfs_v2/ @BernardXiong
  25. /components/lwp/ @BernardXiong
  26. /components/mm/ @BernardXiong
  27. /components/drivers/sensor/ @mysterywolf
  28. /components/drivers/tty/ @BernardXiong
  29. /documentation @mysterywolf @Cathy-lulu
  30. /examples @Rbb666