MAINTAINERS 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. # List of maintainers of the RT-Thread open-source community
  2. #
  3. # This file manages the maintainers and their associated sections in the repository.
  4. # Developers should update this file according to project needs.
  5. # The following are explanations of each field and guidelines for adding new
  6. # maintainer entries.
  7. #
  8. # When adding new entries, please follow the format:
  9. #
  10. # 1. **tag** - Assign a unique tag to each entry for identifying the code module
  11. # or functionality.
  12. # - The tag should be concise and descriptive, such as `workflow`, `libc`...
  13. # - **Rule for Adding**: Use a new tag when adding a new functionality or
  14. # module to ensure it clearly describes the area of responsibility.
  15. #
  16. # 2. **path** - Specify the directory or file path that the maintainer is responsible for.
  17. # - The path must be relative to the repository's root directory and can
  18. # refer to either a single file or a folder.
  19. # - If the maintainer is responsible for all files in a directory, use the
  20. # directory path; if it's for a specific file, provide the full file path.
  21. # - **Rule for Adding**: Ensure that the path correctly points to the relevant
  22. # code location. Please note that a tag should correspond to only one path.
  23. # Currently, multiple paths are not supported.
  24. #
  25. # 3. **owners** - List the maintainers responsible for the section, including
  26. # their GitHub usernames and contact information.
  27. # - The owners should be listed as a comma-separated list if there are multiple
  28. # maintainers.
  29. # - Format: `Name(GitHub username)<email address>`.
  30. # - **Rule for Adding**: Ensure that the listed GitHub usernames are correct,
  31. # and the maintainers are aware of their responsibilities and duties.
  32. #
  33. # Example: How to Add a Maintainer Entry
  34. #
  35. # The following is a template for adding new entries in the MAINTAINER file:
  36. #
  37. # tag: <module-name>
  38. # path: <file-or-directory-path>
  39. # owners: <maintainer1>, <maintainer2>, ...
  40. #
  41. # When adding entries, please follow these guidelines:
  42. # - Ensure the `tag` is unique and descriptive.
  43. # - Ensure the `path` points to the correct location in the repository.
  44. # - Ensure the `owners` are accurate and that all new maintainers are aware of
  45. # their responsibilities.
  46. #
  47. # Example Entry:
  48. # tag: example-module
  49. # path: example/module/path
  50. # owners: John Doe(johndoe)<johndoe@example.com>, Jane Smith(janesmith)<janesmith@example.com>
  51. # Note:
  52. # - Each entry includes a `tag` that identifies the module or functionality, a
  53. # `path` that points to the relevant code location, and `owners` who are the
  54. # maintainers for that part of the codebase.
  55. #
  56. # - If there are multiple entries, each entry should be separated by a blank line.
  57. # Within a single entry, there is no need to insert blank lines between the
  58. # tag, path, and owners.
  59. #
  60. # - Each entry must be sorted in alphabetical order with tag as the keyword.
  61. # It is recommended that the tag naming method follow the directory path in
  62. # the code tree. For example, if the entry path is 'bsp/cvitek', then the tag
  63. # name is 'bsp_cvitek'. It is recommended to use all lowercase letters and not
  64. # mix uppercase and lowercase letters.
  65. # Below are existing maintainer entries, divided by module:
  66. tag: bsp_cvitek
  67. path: bsp/cvitek
  68. owners: Chen Wang(unicornx)<unicorn_wang@outlook.com>
  69. tag: bsp_esp32_c3
  70. path: bsp/ESP32_C3/builtin_imgs
  71. path: bsp/ESP32_C3/drivers
  72. owners: Damoshed_Xu(xu18838022837)<496121493@qq.com>
  73. tag: bsp_gd32105c-eval
  74. path: bsp/gd32/arm/gd32105c-eval
  75. owners: Xiansong Cao(CXSforHPU)<19511928573@163.com>
  76. tag: bsp_gd32470z-lckfb
  77. path: bsp/gd32/arm/gd32470z-lckfb
  78. owners: Wu Ying Xiang(godmial)<2633967641@qq.com>
  79. tag: bsp_gd32e503v-eval
  80. path: bsp/gd32/arm/gd32e503v-eval
  81. owners: 蒙蒙plus(meng-plus)<chengmeng_2@outlook.com>
  82. tag: bsp_hc32
  83. path: bsp/hc32
  84. owners: Levi Zhang(levizh)<levizhangxl@gmail.com>
  85. tag: bsp_k230
  86. path: bsp/k230
  87. owners: Chen Wang(unicornx)<unicorn_wang@outlook.com>
  88. tag: bsp_lpc4088
  89. path: bsp/nxp/lpc/lpc408x
  90. owners: 蒙蒙plus(meng-plus)<chengmeng_2@outlook.com>
  91. tag: bsp_mcxa
  92. path: bsp/nxp/mcx/mcxa
  93. owners: 下里巴人(hywing)<hywing.sir@qq.com>
  94. tag: bsp_mcxn
  95. path: bsp/nxp/mcx/mcxn
  96. owners: 下里巴人(hywing)<hywing.sir@qq.com>
  97. tag: bsp_mm32f526x
  98. path: bsp/mm32f526x
  99. owners: Huanyi Mai(Maihuanyi)<m19825309307@163.com>
  100. tag: bsp_nrf5x
  101. path: bsp/nrf5x
  102. owners: Xiaowei Swenson(ReviewSun)<Sxw1204814381@outlook.com>
  103. tag: bsp_rt-spark
  104. path: bsp/stm32/stm32f407-rt-spark
  105. owners: Bingru Zhang(Rbb666)<751061401@qq.com>, Yuqiang Wang(kurisaW)<2053731441@qq.com>
  106. tag: bsp_ultrarisc
  107. path: bsp/ultrarisc/ur_dp1000_evb
  108. owners: Zhang Jing(zhangjing0303)<zhangjing@ultrarisc.com>
  109. tag: bsp_renesas
  110. path: bsp/renesas
  111. owners: Yuqiang Wang(kurisaW)<2053731441@qq.com>
  112. tag: bsp_stm32
  113. path: bsp/stm32
  114. owners: Han Lv(hamburger-os)<296570182@qq.com>, Liya Huang(wdfk-prog)<1425075683@qq.com>, Liang He(Liang1795)<111111000@163.com>
  115. tag: bsp_stm32f103-blue-pill
  116. path: bsp/stm32/stm32f103-blue-pill
  117. owners: Liang He(Liang1795)<111111000@163.com>
  118. tag: bsp_stm32f412-st-nucleo
  119. path: bsp/stm32/stm32f412-st-nucleo
  120. owners: Liang He(Liang1795)<111111000@163.com>
  121. tag: bsp_stm32f429-armfly-v6
  122. path: bsp/stm32/stm32f429-armfly-v6
  123. owners: wenguang Dong(Knowbie-dwg)1429308954@qq.com
  124. tag: bsp_stm32f429-atk-apollo
  125. path: bsp/stm32/stm32f429-atk-apollo
  126. owners: lizhen9880(lizhen9880)<lizhen9880@126.com>
  127. tag: bsp_stm32h723-st-nucleo
  128. path: bsp/stm32/stm32h723-st-nucleo
  129. owners: 下里巴人(hywing)<hywing.sir@qq.com>
  130. tag: bsp_stm32g030-tiny-board
  131. path: bsp/stm32/stm32g030-tiny-board
  132. owners: 下里巴人(hywing)<hywing.sir@qq.com>
  133. tag: bsp_stm32h743-st-nucleo
  134. path: bsp/stm32/stm32h743-st-nucleo
  135. owners: PengXu(LittleGreyG)<18825981694@163.com>
  136. tag: bsp_stm32h750-artpi
  137. path: bsp/stm32/stm32h750-artpi
  138. owners: PengXu(LittleGreyG)<18825981694@163.com>
  139. tag: bsp_wch
  140. path: bsp/wch
  141. owners: Huanyi Mai(Maihuanyi)<m19825309307@163.com>
  142. tag: components
  143. path: components
  144. owners: Huanyi Mai(Maihuanyi)<m19825309307@163.com>
  145. tag: components_driver_can
  146. path: components/drivers/can
  147. owners: Liya Huang(wdfk-prog)<1425075683@qq.com>
  148. tag: components_driver_i2c
  149. path: components/drivers/i2c
  150. owners: Liya Huang(wdfk-prog)<1425075683@qq.com>
  151. tag: components_driver_pm
  152. path: components/drivers/pm
  153. owners: Liya Huang(wdfk-prog)<1425075683@qq.com>
  154. tag: components_driver_serial_v2
  155. path: components/drivers/serial/dev_serial_v2.c
  156. path: components/drivers/include/drivers/dev_serial_v2.h
  157. path: examples/utest/testcases/drivers/serial_v2
  158. owners: Chen Beidou(Ryan-CW-Code)<1831931681@qq.com>
  159. tag: components_driver_spi
  160. path: components/drivers/spi
  161. owners: Liya Huang(wdfk-prog)<1425075683@qq.com>, Liang He(Liang1795)<111111000@163.com>
  162. tag: components_fal
  163. path: components/fal
  164. owners: Yucai Liu(illustriousness)<1486344514@qq.com>
  165. tag: components_libc
  166. path: components/libc
  167. owners: Meco Jianting Man(mysterywolf)<920369182@qq.com>, Guorui Li(GorrayLi)<liguorui1213@163.com>
  168. tag: components_lwp
  169. path: components/lwp
  170. owners: Damoshed_Xu(xu18838022837)<496121493@qq.com>
  171. tag: components_net_at
  172. path: components/net/at
  173. owners: Chen Beidou(Ryan-CW-Code)<1831931681@qq.com>, lizhen9880(lizhen9880)<lizhen9880@126.com>
  174. tag: components_utilities_ymodem
  175. path: components/utilities/ymodem
  176. owners: Liya Huang(wdfk-prog)<1425075683@qq.com>
  177. tag: documentation
  178. path: documentation
  179. owners: Chen Wang(unicornx)<unicorn_wang@outlook.com>, Guorui Li(GorrayLi)<liguorui1213@163.com>, Lian Wang(lianux-mm)<lianux.mm@gmail.com>, Xiansong Cao(CXSforHPU)<19511928573@163.com>
  180. tag: kernel
  181. path: src
  182. owners: Damoshed_Xu(xu18838022837)<496121493@qq.com>, Guorui Li(GorrayLi)<liguorui1213@163.com>, Han Lv(hamburger-os)<296570182@qq.com>, Lian Wang(lianux-mm)<lianux.mm@gmail.com>, Liya Huang(wdfk-prog)<1425075683@qq.com>, Xiaowei Swenson(ReviewSun)<Sxw1204814381@outlook.com>
  183. tag: libcpu_riscv
  184. path: libcpu/risc-v
  185. owners: Shun Wang(Yaochenger)<1516081466@qq.com>
  186. tag: maintainers
  187. path: MAINTAINERS
  188. owners: Bingru Zhang(Rbb666)<751061401@qq.com>, Yuqiang Wang(kurisaW)<2053731441@qq.com>
  189. tag: workflow
  190. path: .github
  191. owners: supper thomas(supperthomas)<78900636@qq.com>, Bingru Zhang(Rbb666)<751061401@qq.com>, Yuqiang Wang(kurisaW)<2053731441@qq.com>