| 1234567891011121314151617 |
- # CODEOWNERS for autoreview assigning in github
- # https://help.github.com/en/articles/about-code-owners#codeowners-syntax
- /.github @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/maxim @supperthomas
- /components/libc/ @mysterywolf
- /examples @Guozhanxin
|