Kumar Gala | 77624aa | 2017-07-07 08:56:05 -0500 | [diff] [blame] | 1 | # CODEOWNERS for autoreview assigning in github |
| 2 | |
Alberto Escolar Piedras | 3662760 | 2019-06-15 11:17:01 +0200 | [diff] [blame] | 3 | # https://help.github.com/en/articles/about-code-owners#codeowners-syntax |
| 4 | |
| 5 | # Order is important; for each modified file, the last matching |
| 6 | # pattern takes the most precedence. |
| 7 | # That is, with the last pattern being |
| 8 | # *.rst @dbkinder |
| 9 | # if only .rst files are being modified, only dbkinder is |
| 10 | # automatically requested for review, but you can manually |
| 11 | # add others as needed. |
Paul Sokolovsky | dcf824b | 2018-11-23 13:12:14 +0300 | [diff] [blame] | 12 | |
Anas Nashif | f2841b1 | 2017-07-22 05:55:20 -0400 | [diff] [blame] | 13 | # Do not use wildcard on all source yet |
| 14 | # * @galak @nashif |
Anas Nashif | 73024f8 | 2017-07-20 13:08:45 +0300 | [diff] [blame] | 15 | |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 16 | /.known-issues/ @inakypg @nashif |
| 17 | /arch/arc/ @vonhust @ruuddw |
Anas Nashif | 7937d80 | 2019-07-03 07:01:27 -0400 | [diff] [blame] | 18 | /arch/arm/ @MaureenHelm @galak @ioannisg |
Ioannis Glaropoulos | eb82bdd | 2019-03-13 12:15:13 +0100 | [diff] [blame] | 19 | /arch/arm/core/cortex_m/cmse/ @ioannisg |
Marc Herbert | a0d79f5 | 2019-04-30 10:48:17 -0700 | [diff] [blame] | 20 | /arch/arm/include/cortex_m/cmse.h @ioannisg |
Bradley Bolen | c30a71d | 2018-06-25 09:15:14 -0400 | [diff] [blame] | 21 | /arch/arm/core/cortex_r/ @MaureenHelm @galak @ioannisg @bbolen |
Anas Nashif | c4284ba | 2019-05-07 08:31:51 -0400 | [diff] [blame] | 22 | /arch/common/ @andrewboie @ioannisg @andyross |
| 23 | /arch/x86_64/ @andyross |
| 24 | /soc/arc/snps_*/ @vonhust @ruuddw |
Joakim Andersson | ca4a078 | 2019-05-13 13:02:13 +0200 | [diff] [blame] | 25 | /soc/nios2/ @nashif @wentongwu |
Anas Nashif | 7937d80 | 2019-07-03 07:01:27 -0400 | [diff] [blame] | 26 | /soc/arm/ @MaureenHelm @galak @ioannisg |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 27 | /soc/arm/arm/mps2/ @fvincenzo |
Ioannis Glaropoulos | b8774ae | 2019-03-04 23:05:05 +0100 | [diff] [blame] | 28 | /soc/arm/atmel_sam/sam3x/ @ioannisg |
Anas Nashif | cda6145 | 2019-02-18 19:32:55 -0500 | [diff] [blame] | 29 | /soc/arm/atmel_sam/sam4s/ @fallrisk |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 30 | /soc/arm/nxp*/ @MaureenHelm |
| 31 | /soc/arm/nordic_nrf/ @ioannisg |
| 32 | /soc/arm/st_stm32/ @erwango |
| 33 | /soc/arm/st_stm32/stm32f4/ @rsalveti @idlethread |
Arnaud Pouliquen | eab115b | 2019-06-18 15:57:49 +0200 | [diff] [blame] | 34 | /soc/arm/st_stm32/stm32mp1/ @arnop2 |
Brett Witherspoon | 735b287 | 2019-05-03 11:47:13 -0500 | [diff] [blame] | 35 | /soc/arm/ti_simplelink/cc13x2_cc26x2/ @bwitherspoon |
Vincent Wan | 794c189 | 2019-02-26 14:34:29 -0800 | [diff] [blame] | 36 | /soc/arm/ti_simplelink/cc32xx/ @vanti |
Anas Nashif | cda6145 | 2019-02-18 19:32:55 -0500 | [diff] [blame] | 37 | /soc/arm/ti_simplelink/msp432p4xx/ @Mani-Sadhasivam |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 38 | /soc/xtensa/intel_s1000/ @sathishkuttan @dcpleung |
Anas Nashif | c4284ba | 2019-05-07 08:31:51 -0400 | [diff] [blame] | 39 | /soc/x86_64/ @andyross |
Anas Nashif | 7937d80 | 2019-07-03 07:01:27 -0400 | [diff] [blame] | 40 | /arch/x86/ @andrewboie @gnuless |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 41 | /arch/nios2/ @andrewboie @wentongwu |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 42 | /arch/posix/ @aescolar |
Nicolas Pitre | 1f4b5dd | 2019-07-17 13:17:05 -0400 | [diff] [blame] | 43 | /arch/riscv/ @kgugala @pgielda @nategraff-sifive |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 44 | /soc/posix/ @aescolar |
Nicolas Pitre | 1f4b5dd | 2019-07-17 13:17:05 -0400 | [diff] [blame] | 45 | /soc/riscv/ @kgugala @pgielda @nategraff-sifive |
| 46 | /soc/riscv/openisa*/ @MaureenHelm |
Anas Nashif | 7937d80 | 2019-07-03 07:01:27 -0400 | [diff] [blame] | 47 | /arch/x86/core/ @andrewboie @gnuless |
| 48 | /arch/x86/core/ia32/crt0.S @andrewboie @gnuless |
Charles E. Youse | e039053 | 2019-04-02 10:06:07 -0700 | [diff] [blame] | 49 | /arch/x86/core/pcie.c @gnuless |
Charles E. Youse | a1a3a4f | 2019-05-25 20:01:24 -0700 | [diff] [blame] | 50 | /arch/x86/core/multiboot.c @gnuless |
Anas Nashif | 7937d80 | 2019-07-03 07:01:27 -0400 | [diff] [blame] | 51 | /soc/x86/ @andrewboie @gnuless |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 52 | /arch/xtensa/ @andrewboie @dcpleung @andyross |
| 53 | /soc/xtensa/ @andrewboie @dcpleung @andyross |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 54 | /boards/arc/ @vonhust @ruuddw |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 55 | /boards/arm/ @MaureenHelm @galak |
| 56 | /boards/arm/96b_argonkey/ @avisconti |
Manivannan Sadhasivam | 9ad071c | 2019-06-12 23:09:13 +0530 | [diff] [blame] | 57 | /boards/arm/96b_avenger96/ @Mani-Sadhasivam |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 58 | /boards/arm/96b_carbon/ @rsalveti @idlethread |
Manivannan Sadhasivam | 49df0b1 | 2019-06-13 22:55:31 +0530 | [diff] [blame] | 59 | /boards/arm/96b_meerkat96/ @Mani-Sadhasivam |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 60 | /boards/arm/96b_nitrogen/ @idlethread |
| 61 | /boards/arm/96b_neonkey/ @Mani-Sadhasivam |
| 62 | /boards/arm/96b_stm32_sensor_mez/ @Mani-Sadhasivam |
Manivannan Sadhasivam | f73e157 | 2019-04-22 17:26:50 +0530 | [diff] [blame] | 63 | /boards/arm/96b_wistrio/ @Mani-Sadhasivam |
Ioannis Glaropoulos | cebc262 | 2019-03-14 16:10:04 +0100 | [diff] [blame] | 64 | /boards/arm/arduino_due/ @ioannisg |
Brett Witherspoon | 735b287 | 2019-05-03 11:47:13 -0500 | [diff] [blame] | 65 | /boards/arm/cc1352r1_launchxl/ @bwitherspoon |
| 66 | /boards/arm/cc26x2r1_launchxl/ @bwitherspoon |
Vincent Wan | 794c189 | 2019-02-26 14:34:29 -0800 | [diff] [blame] | 67 | /boards/arm/cc3220sf_launchxl/ @vanti |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 68 | /boards/arm/disco_l475_iot1/ @erwango |
| 69 | /boards/arm/frdm*/ @MaureenHelm |
| 70 | /boards/arm/frdm*/doc/ @MaureenHelm @MeganHansen |
| 71 | /boards/arm/hexiwear*/ @MaureenHelm |
| 72 | /boards/arm/hexiwear*/doc/ @MaureenHelm @MeganHansen |
| 73 | /boards/arm/lpcxpresso*/ @MaureenHelm |
| 74 | /boards/arm/lpcxpresso*/doc/ @MaureenHelm @MeganHansen |
| 75 | /boards/arm/mimxrt*/ @MaureenHelm |
| 76 | /boards/arm/mimxrt*/doc/ @MaureenHelm @MeganHansen |
| 77 | /boards/arm/mps2_an385/ @fvincenzo |
| 78 | /boards/arm/msp_exp432p401r_launchxl/ @Mani-Sadhasivam |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 79 | /boards/arm/nrf*/ @carlescufi @lemrey @ioannisg |
Erwan Gouriou | 4fe3aea | 2019-02-25 18:00:46 +0100 | [diff] [blame] | 80 | /boards/arm/nucleo*/ @erwango |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 81 | /boards/arm/nucleo_f401re/ @rsalveti @idlethread |
Ioannis Glaropoulos | 322d797 | 2019-09-30 15:50:22 +0200 | [diff] [blame] | 82 | /boards/arm/qemu_cortex_m*/ @ioannisg |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 83 | /boards/arm/sam4s_xplained/ @fallrisk |
| 84 | /boards/arm/v2m_beetle/ @fvincenzo |
| 85 | /boards/arm/olimexino_stm32/ @ydamigos |
Armando Visconti | 7506188 | 2019-08-05 12:57:25 +0200 | [diff] [blame] | 86 | /boards/arm/sensortile_box/ @avisconti |
NavinSankar Velliangiri | f2163de | 2019-10-06 13:31:17 +0530 | [diff] [blame] | 87 | /boards/arm/steval_fcu001v1/ @Navin-Sankar |
Karl Palsson | 79b15e3 | 2019-10-01 23:12:31 +0000 | [diff] [blame] | 88 | /boards/arm/stm32l1_disco/ @karlp |
Erwan Gouriou | 4fe3aea | 2019-02-25 18:00:46 +0100 | [diff] [blame] | 89 | /boards/arm/stm32*_disco/ @erwango |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 90 | /boards/arm/stm32f3_disco/ @ydamigos |
Erwan Gouriou | 4fe3aea | 2019-02-25 18:00:46 +0100 | [diff] [blame] | 91 | /boards/arm/stm32*_eval/ @erwango |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 92 | /boards/nios2/ @wentongwu |
| 93 | /boards/nios2/altera_max10/ @wentongwu |
Siddharth Chandrasekaran | bb72df5 | 2019-04-07 19:00:00 +0530 | [diff] [blame] | 94 | /boards/arm/stm32_min_dev/ @cbsiddharth |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 95 | /boards/posix/ @aescolar |
Nicolas Pitre | 1f4b5dd | 2019-07-17 13:17:05 -0400 | [diff] [blame] | 96 | /boards/riscv/ @kgugala @pgielda @nategraff-sifive |
| 97 | /boards/riscv/rv32m1_vega/ @MaureenHelm |
Erwan Gouriou | 7d168db | 2019-03-11 09:31:53 +0100 | [diff] [blame] | 98 | /boards/shields/ @erwango |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 99 | /boards/x86/ @andrewboie @nashif |
Charles E. Youse | cfe06ac | 2019-05-01 10:47:16 -0700 | [diff] [blame] | 100 | /boards/x86/up_squared/ @gnuless |
Anas Nashif | 7352d2b | 2019-02-24 13:04:38 -0500 | [diff] [blame] | 101 | /boards/xtensa/ @nashif @dcpleung |
| 102 | /boards/xtensa/intel_s1000_crb/ @sathishkuttan @dcpleung |
Yannis Damigos | 6768148 | 2019-06-16 13:19:28 +0300 | [diff] [blame] | 103 | /boards/xtensa/odroid_go/ @ydamigos |
Anas Nashif | 969f393 | 2017-10-31 08:31:34 -0400 | [diff] [blame] | 104 | # All cmake related files |
Anas Nashif | 7352d2b | 2019-02-24 13:04:38 -0500 | [diff] [blame] | 105 | /cmake/ @SebastianBoe @nashif |
Anas Nashif | 7352d2b | 2019-02-24 13:04:38 -0500 | [diff] [blame] | 106 | /CMakeLists.txt @SebastianBoe @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 107 | /doc/ @dbkinder |
| 108 | /doc/guides/coccinelle.rst @himanshujha199640 @JuliaLawall |
| 109 | /doc/CMakeLists.txt @carlescufi |
| 110 | /doc/scripts/ @carlescufi |
Johan Hedberg | 2c86cac | 2019-05-07 10:26:21 +0300 | [diff] [blame] | 111 | /doc/guides/bluetooth/ @joerchan @jhedberg @Vudentz |
| 112 | /doc/reference/bluetooth/ @joerchan @jhedberg @Vudentz |
Brett Witherspoon | 735b287 | 2019-05-03 11:47:13 -0500 | [diff] [blame] | 113 | /drivers/*/*cc13xx_cc26xx* @bwitherspoon |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 114 | /drivers/*/*mcux* @MaureenHelm |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 115 | /drivers/*/*stm32* @erwango |
| 116 | /drivers/*/*native_posix* @aescolar |
| 117 | /drivers/adc/ @anangl |
Song Qiang | 7c7db00 | 2019-05-07 16:37:35 +0800 | [diff] [blame] | 118 | /drivers/adc/adc_stm32.c @cybertale |
Johan Hedberg | 2c86cac | 2019-05-07 10:26:21 +0300 | [diff] [blame] | 119 | /drivers/bluetooth/ @joerchan @jhedberg @Vudentz |
Alexander Wachter | 89ddc39 | 2019-02-25 17:15:06 +0100 | [diff] [blame] | 120 | /drivers/can/ @alexanderwachter |
Karsten Koenig | 35b9308 | 2018-06-12 08:23:20 +0200 | [diff] [blame] | 121 | /drivers/can/*mcp2515* @karstenkoenig |
Krzysztof Chruscinski | 6700f2f | 2019-06-26 13:27:31 +0200 | [diff] [blame] | 122 | /drivers/clock_control/*nrf* @nordic-krch |
Andrzej GÅ‚Ä…bek | 2c3445b | 2019-03-27 10:58:14 +0100 | [diff] [blame] | 123 | /drivers/counter/ @nordic-krch |
Charles E. Youse | 783a43e | 2019-06-13 17:50:05 -0700 | [diff] [blame] | 124 | /drivers/counter/counter_cmos.c @gnuless |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 125 | /drivers/display/ @vanwinkeljan |
Charles E. Youse | 4c63e29 | 2019-05-29 10:52:31 -0700 | [diff] [blame] | 126 | /drivers/display/display_framebuf.c @gnuless |
Derek Hageman | e07e8b8 | 2019-04-29 17:29:00 -0600 | [diff] [blame] | 127 | /drivers/dma/*sam0* @Sizurka |
Jose Alberto Meza | e3f3294 | 2019-05-09 19:05:40 -0700 | [diff] [blame] | 128 | /drivers/espi/ @albertofloyd @franciscomunoz @scottwcpg |
Francisco Munoz | 15cb3ac | 2019-09-04 18:20:58 -0700 | [diff] [blame] | 129 | /drivers/ps2/ @albertofloyd @franciscomunoz @scottwcpg |
Francisco Munoz | a755bac | 2019-10-07 11:57:13 -0700 | [diff] [blame] | 130 | /drivers/kscan/ @albertofloyd @franciscomunoz @scottwcpg |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 131 | /drivers/ethernet/ @jukkar @tbursztyka @pfalcon |
Andrzej Puzdrowski | 9ac6bb8 | 2019-10-10 11:14:10 +0200 | [diff] [blame] | 132 | /drivers/flash/ @nashif @nvlsianpu |
Alberto Escolar Piedras | 132f02e | 2019-06-15 11:28:14 +0200 | [diff] [blame] | 133 | /drivers/flash/*native_posix* @vanwinkeljan @aescolar |
Andrzej Puzdrowski | 9ac6bb8 | 2019-10-10 11:14:10 +0200 | [diff] [blame] | 134 | /drivers/flash/*nrf* @nvlsianpu |
Peter A. Bigot | 225c5bc | 2019-09-26 05:39:31 -0500 | [diff] [blame] | 135 | /drivers/flash/*spi_nor* @pabigot |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 136 | /drivers/flash/*stm32* @superna9999 |
Henrik Brix Andersen | 98cecb3 | 2019-03-04 21:27:29 +0100 | [diff] [blame] | 137 | /drivers/gpio/*ht16k33* @henrikbrixandersen |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 138 | /drivers/gpio/*stm32* @rsalveti @idlethread |
Alexander Wachter | bcfe86b | 2019-02-25 17:22:06 +0100 | [diff] [blame] | 139 | /drivers/hwinfo/ @alexanderwachter |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 140 | /drivers/i2s/i2s_ll_stm32* @avisconti |
| 141 | /drivers/ieee802154/ @jukkar @tbursztyka |
| 142 | /drivers/interrupt_controller/ @andrewboie |
Karl Zhang | 2a7824a | 2019-01-18 23:06:48 +0800 | [diff] [blame] | 143 | /drivers/ipm/ipm_mhu* @karl-zh |
Arnaud Pouliquen | 725a3c9 | 2019-02-22 13:51:33 +0100 | [diff] [blame] | 144 | /drivers/ipm/ipm_stm32_ipcc.c @arnop2 |
Filip Kokosinski | b054517 | 2019-03-28 14:44:12 +0100 | [diff] [blame] | 145 | /drivers/*/vexriscv_litex.c @mateusz-holenko @kgugala @pgielda |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 146 | /drivers/led/ @Mani-Sadhasivam |
| 147 | /drivers/led_strip/ @mbolivar |
Michael Scott | 3f400e4 | 2019-03-03 13:09:52 -0800 | [diff] [blame] | 148 | /drivers/modem/ @mike-scott |
Charles E. Youse | e039053 | 2019-04-02 10:06:07 -0700 | [diff] [blame] | 149 | /drivers/pcie/ @gnuless |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 150 | /drivers/pinmux/stm32/ @rsalveti @idlethread |
Watson Zeng | 9eb379f | 2019-09-10 11:18:25 +0800 | [diff] [blame] | 151 | /drivers/pinmux/*hsdk* @iriszzw |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 152 | /drivers/sensor/ @MaureenHelm |
Alexander Wachter | 9e8ad2d | 2019-03-02 16:17:04 +0100 | [diff] [blame] | 153 | /drivers/sensor/ams_iAQcore/ @alexanderwachter |
| 154 | /drivers/sensor/ens210/ @alexanderwachter |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 155 | /drivers/sensor/hts*/ @avisconti |
| 156 | /drivers/sensor/lis*/ @avisconti |
| 157 | /drivers/sensor/lps*/ @avisconti |
| 158 | /drivers/sensor/lsm*/ @avisconti |
Armando Visconti | 9e5c97e | 2019-07-16 08:40:16 +0200 | [diff] [blame] | 159 | /drivers/sensor/st*/ @avisconti |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 160 | /drivers/serial/uart_altera_jtag_hal.c @wentongwu |
Charles E. Youse | e039053 | 2019-04-02 10:06:07 -0700 | [diff] [blame] | 161 | /drivers/serial/*ns16550* @gnuless |
Filip Kokosinski | b373916 | 2019-03-28 14:37:03 +0100 | [diff] [blame] | 162 | /drivers/serial/Kconfig.litex @mateusz-holenko @kgugala @pgielda |
| 163 | /drivers/serial/uart_liteuart.c @mateusz-holenko @kgugala @pgielda |
Pavel Kral | b7db90d | 2019-07-15 18:47:43 +0200 | [diff] [blame] | 164 | /drivers/serial/Kconfig.rtt @carlescufi @pkral78 |
| 165 | /drivers/serial/uart_rtt.c @carlescufi @pkral78 |
Wendy Liang | 5364a38 | 2018-11-17 23:29:47 -0800 | [diff] [blame] | 166 | /drivers/serial/Kconfig.xlnx @wjliang |
| 167 | /drivers/serial/uart_xlnx_ps.c @wjliang |
Jukka Rissanen | 94857d3 | 2019-04-24 17:53:49 +0300 | [diff] [blame] | 168 | /drivers/net/ @jukkar @tbursztyka |
| 169 | /drivers/ptp_clock/ @jukkar |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 170 | /drivers/spi/ @tbursztyka |
| 171 | /drivers/spi/spi_ll_stm32.* @superna9999 |
Charles E. Youse | c17c298 | 2019-06-16 21:40:55 -0700 | [diff] [blame] | 172 | /drivers/timer/apic_timer.c @gnuless |
Ioannis Glaropoulos | 04ef68b | 2019-04-10 10:10:18 +0200 | [diff] [blame] | 173 | /drivers/timer/cortex_m_systick.c @ioannisg |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 174 | /drivers/timer/altera_avalon_timer_hal.c @wentongwu |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 175 | /drivers/timer/riscv_machine_timer.c @nategraff-sifive @kgugala @pgielda |
Filip Kokosinski | c0c3cdf | 2019-03-28 14:40:03 +0100 | [diff] [blame] | 176 | /drivers/timer/litex_timer.c @mateusz-holenko @kgugala @pgielda |
Wendy Liang | 4ef9d4b | 2018-11-17 23:28:49 -0800 | [diff] [blame] | 177 | /drivers/timer/xlnx_psttc_timer.c @wjliang |
Vincent Wan | 79d626f | 2019-09-19 10:23:03 -0700 | [diff] [blame] | 178 | /drivers/timer/cc13x2_cc26x2_rtc_timer.c @vanti |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 179 | /drivers/usb/ @jfischer-phytec-iot @finikorg |
| 180 | /drivers/usb/device/usb_dc_stm32.c @ydamigos @loicpoulain |
| 181 | /drivers/i2c/i2c_ll_stm32* @ldts @ydamigos |
Henrik Brix Andersen | 8a4dbb5 | 2019-04-01 21:09:44 +0200 | [diff] [blame] | 182 | /drivers/i2c/i2c_rv32m1_lpi2c* @henrikbrixandersen |
Derek Hageman | 1892c67 | 2019-04-29 17:17:44 -0600 | [diff] [blame] | 183 | /drivers/i2c/*sam0* @Sizurka |
Charles E. Youse | 7b8f8ba | 2019-05-16 18:43:26 -0700 | [diff] [blame] | 184 | /drivers/i2c/i2c_dw* @gnuless |
Francisco Munoz | a755bac | 2019-10-07 11:57:13 -0700 | [diff] [blame] | 185 | /drivers/*/*xec* @franciscomunoz @albertofloyd @scottwcpg |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 186 | /drivers/wifi/ @jukkar @tbursztyka @pfalcon |
Anas Nashif | cda6145 | 2019-02-18 19:32:55 -0500 | [diff] [blame] | 187 | /drivers/wifi/eswifi/ @loicpoulain |
Watson Zeng | bcba284 | 2019-06-20 15:04:33 +0800 | [diff] [blame] | 188 | /dts/arc/ @vonhust @ruuddw @iriszzw |
Benjamin Valentin | 0ee0726 | 2019-03-05 19:26:41 +0100 | [diff] [blame] | 189 | /dts/arm/atmel/samr21.dtsi @benpicco |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 190 | /dts/arm/st/ @erwango |
Brett Witherspoon | 735b287 | 2019-05-03 11:47:13 -0500 | [diff] [blame] | 191 | /dts/arm/ti/cc13?2* @bwitherspoon |
| 192 | /dts/arm/ti/cc26?2* @bwitherspoon |
Vincent Wan | d118646 | 2019-04-25 15:37:55 -0700 | [diff] [blame] | 193 | /dts/arm/ti/cc3235* @vanti |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 194 | /dts/arm/nordic/ @ioannisg @carlescufi |
Maureen Helm | 8624797 | 2019-03-07 15:01:54 -0600 | [diff] [blame] | 195 | /dts/arm/nxp/ @MaureenHelm |
Scott Worley | a0a9a1f | 2019-04-01 18:05:35 -0400 | [diff] [blame] | 196 | /dts/arm/microchip/ @franciscomunoz @albertofloyd @scottwcpg |
Nicolas Pitre | 1f4b5dd | 2019-07-17 13:17:05 -0400 | [diff] [blame] | 197 | /dts/riscv/microsemi-miv.dtsi @galak |
| 198 | /dts/riscv/rv32m1* @MaureenHelm |
| 199 | /dts/riscv/riscv32-fe310.dtsi @nategraff-sifive |
| 200 | /dts/riscv/riscv32-litex-vexriscv.dtsi @mateusz-holenko @kgugala @pgielda |
Bradley Bolen | c30a71d | 2018-06-25 09:15:14 -0400 | [diff] [blame] | 201 | /dts/arm/armv7-r.dtsi @bbolen |
Bradley Bolen | 929dc71 | 2019-07-22 10:23:47 -0400 | [diff] [blame] | 202 | /dts/arm/xilinx/ @bbolen |
Yannis Damigos | ae781bd | 2019-06-16 14:17:06 +0300 | [diff] [blame] | 203 | /dts/xtensa/xtensa.dtsi @ydamigos |
Anas Nashif | 0b9dda3 | 2019-03-28 09:13:40 -0400 | [diff] [blame] | 204 | /dts/bindings/ @galak |
Marc Herbert | c78be1b | 2019-02-28 20:56:55 -0800 | [diff] [blame] | 205 | /dts/bindings/can/ @alexanderwachter |
Alberto Escolar Piedras | 89b0116 | 2019-05-08 08:38:27 +0200 | [diff] [blame] | 206 | /dts/bindings/iio/adc/st*stm32-adc.yaml @cybertale |
Charles E. Youse | e039053 | 2019-04-02 10:06:07 -0700 | [diff] [blame] | 207 | /dts/bindings/serial/ns16550.yaml @gnuless |
Gaute Gamnes | 281e251 | 2019-02-14 09:44:04 +0100 | [diff] [blame] | 208 | /dts/bindings/*/nordic* @anangl |
Maureen Helm | 8624797 | 2019-03-07 15:01:54 -0600 | [diff] [blame] | 209 | /dts/bindings/*/nxp* @MaureenHelm |
Maureen Helm | bcf286d | 2019-04-18 11:16:48 -0500 | [diff] [blame] | 210 | /dts/bindings/*/openisa* @MaureenHelm |
Anas Nashif | af3f81e | 2019-05-03 15:27:44 -0400 | [diff] [blame] | 211 | /dts/bindings/*/st* @erwango |
| 212 | /dts/bindings/sensor/ams* @alexanderwachter |
Filip Kokosinski | ff16799 | 2019-04-18 15:45:08 +0200 | [diff] [blame] | 213 | /dts/bindings/*/sifive* @mateusz-holenko @kgugala @pgielda @nategraff-sifive |
Filip Kokosinski | b373916 | 2019-03-28 14:37:03 +0100 | [diff] [blame] | 214 | /dts/bindings/*/litex* @mateusz-holenko @kgugala @pgielda |
Filip Kokosinski | b054517 | 2019-03-28 14:44:12 +0100 | [diff] [blame] | 215 | /dts/bindings/*/vexriscv* @mateusz-holenko @kgugala @pgielda |
Jan Van Winkel | 7a246c3 | 2019-01-02 00:26:13 +0100 | [diff] [blame] | 216 | /dts/posix/ @aescolar @vanwinkeljan |
Bosch Sensortec | 86643ec | 2018-09-27 19:16:44 +0200 | [diff] [blame] | 217 | /dts/bindings/sensor/*bme680* @BoschSensortec |
Alberto Escolar Piedras | 9d7da6a | 2019-07-04 08:56:57 +0200 | [diff] [blame] | 218 | /dts/bindings/sensor/st* @avisconti |
Stephanos Ioannidis | a31672c | 2019-10-17 22:15:16 +0900 | [diff] [blame] | 219 | /ext/hal/cmsis/ @MaureenHelm @galak @stephanosio |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 220 | /ext/lib/crypto/tinycrypt/ @ceolin |
Anas Nashif | 0ffcba4 | 2019-06-27 06:53:50 -0400 | [diff] [blame] | 221 | /include/ @nashif @carlescufi @galak @MaureenHelm |
| 222 | /include/drivers/adc.h @anangl |
| 223 | /include/drivers/can.h @alexanderwachter |
| 224 | /include/drivers/counter.h @nordic-krch |
| 225 | /include/drivers/display.h @vanwinkeljan |
Anas Nashif | 9d70a87 | 2019-10-01 10:49:26 -0400 | [diff] [blame] | 226 | /include/drivers/espi.h @albertofloyd @franciscomunoz @scottwcpg |
Anas Nashif | 0ffcba4 | 2019-06-27 06:53:50 -0400 | [diff] [blame] | 227 | /include/drivers/bluetooth/ @joerchan @jhedberg @Vudentz |
Andrzej Puzdrowski | 9ac6bb8 | 2019-10-10 11:14:10 +0200 | [diff] [blame] | 228 | /include/drivers/flash.h @nashif @carlescufi @galak @MaureenHelm @nvlsianpu |
Anas Nashif | 0ffcba4 | 2019-06-27 06:53:50 -0400 | [diff] [blame] | 229 | /include/drivers/led/ht16k33.h @henrikbrixandersen |
| 230 | /include/drivers/interrupt_controller/ @andrewboie @gnuless |
| 231 | /include/drivers/pcie/ @gnuless |
| 232 | /include/drivers/hwinfo.h @alexanderwachter |
| 233 | /include/drivers/led.h @Mani-Sadhasivam |
| 234 | /include/drivers/led_strip.h @mbolivar |
| 235 | /include/drivers/sensor.h @MaureenHelm |
| 236 | /include/drivers/spi.h @tbursztyka |
Andrew Boie | e686aef | 2019-02-27 14:41:45 -0800 | [diff] [blame] | 237 | /include/app_memory/ @andrewboie |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 238 | /include/arch/arc/ @vonhust @ruuddw |
| 239 | /include/arch/arc/arch.h @andrewboie |
| 240 | /include/arch/arc/v2/irq.h @andrewboie |
Anas Nashif | 7937d80 | 2019-07-03 07:01:27 -0400 | [diff] [blame] | 241 | /include/arch/arm/ @MaureenHelm @galak @ioannisg |
Bradley Bolen | 4cee0ee | 2018-06-08 16:34:16 -0400 | [diff] [blame] | 242 | /include/arch/arm/irq.h @andrewboie |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 243 | /include/arch/nios2/ @andrewboie |
| 244 | /include/arch/nios2/arch.h @andrewboie |
| 245 | /include/arch/posix/ @aescolar |
Nicolas Pitre | 1f4b5dd | 2019-07-17 13:17:05 -0400 | [diff] [blame] | 246 | /include/arch/riscv/ @nategraff-sifive @kgugala @pgielda |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 247 | /include/arch/x86/ @andrewboie @wentongwu |
Anas Nashif | 09ba365 | 2019-06-03 08:13:04 -0400 | [diff] [blame] | 248 | /include/arch/common/ @andrewboie @andyross @nashif |
Charles E. Youse | dff016b | 2019-06-27 15:01:01 -0700 | [diff] [blame] | 249 | /include/arch/x86/ia32/arch.h @andrewboie |
Charles E. Youse | a1a3a4f | 2019-05-25 20:01:24 -0700 | [diff] [blame] | 250 | /include/arch/x86/multiboot.h @gnuless |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 251 | /include/arch/xtensa/ @andrewboie |
Anas Nashif | 0ffcba4 | 2019-06-27 06:53:50 -0400 | [diff] [blame] | 252 | /include/sys/atomic.h @andrewboie @andyross |
Johan Hedberg | 2c86cac | 2019-05-07 10:26:21 +0300 | [diff] [blame] | 253 | /include/bluetooth/ @joerchan @jhedberg @Vudentz |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 254 | /include/cache.h @andrewboie @andyross |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 255 | /include/device.h @wentongwu @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 256 | /include/display/ @vanwinkeljan |
Charles E. Youse | 4c63e29 | 2019-05-29 10:52:31 -0700 | [diff] [blame] | 257 | /include/display/framebuf.h @gnuless |
Henrik Brix Andersen | a9a8391 | 2019-05-19 23:39:32 +0200 | [diff] [blame] | 258 | /include/dt-bindings/clock/kinetis_mcg.h @henrikbrixandersen |
Henrik Brix Andersen | 918579e | 2019-05-05 00:01:56 +0200 | [diff] [blame] | 259 | /include/dt-bindings/clock/kinetis_scg.h @henrikbrixandersen |
Charles E. Youse | e039053 | 2019-04-02 10:06:07 -0700 | [diff] [blame] | 260 | /include/dt-bindings/pcie/ @gnuless |
Kumar Gala | 34bf5dd | 2019-05-17 06:59:10 -0500 | [diff] [blame] | 261 | /include/dt-bindings/usb/usb.h @galak @finikorg |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 262 | /include/fs/ @nashif @wentongwu |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 263 | /include/init.h @andrewboie @andyross |
| 264 | /include/irq.h @andrewboie @andyross |
| 265 | /include/irq_offload.h @andrewboie @andyross |
| 266 | /include/kernel.h @andrewboie @andyross |
| 267 | /include/kernel_version.h @andrewboie @andyross |
Daniel Leung | 212ec9a | 2019-03-10 14:20:21 -0700 | [diff] [blame] | 268 | /include/linker/app_smem*.ld @andrewboie |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 269 | /include/linker/ @andrewboie @andyross |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 270 | /include/logging/ @nordic-krch |
| 271 | /include/misc/ @andrewboie @andyross |
| 272 | /include/net/ @jukkar @tbursztyka @pfalcon |
| 273 | /include/net/buf.h @jukkar @jhedberg @tbursztyka @pfalcon |
| 274 | /include/posix/ @pfalcon |
Anas Nashif | 0ffcba4 | 2019-06-27 06:53:50 -0400 | [diff] [blame] | 275 | /include/power/power.h @wentongwu @nashif |
Jukka Rissanen | 94857d3 | 2019-04-24 17:53:49 +0300 | [diff] [blame] | 276 | /include/ptp_clock.h @jukkar |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 277 | /include/shared_irq.h @andrewboie @andyross |
Jakub Rzeszutko | e943c27 | 2019-06-06 08:42:20 +0200 | [diff] [blame] | 278 | /include/shell/ @jakub-uC @nordic-krch |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 279 | /include/sw_isr_table.h @andrewboie @andyross |
| 280 | /include/sys_clock.h @andrewboie @andyross |
Anas Nashif | 0ffcba4 | 2019-06-27 06:53:50 -0400 | [diff] [blame] | 281 | /include/sys/sys_io.h @andrewboie @andyross |
Anas Nashif | 7352d2b | 2019-02-24 13:04:38 -0500 | [diff] [blame] | 282 | /include/toolchain.h @andrewboie @andyross @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 283 | /include/toolchain/ @andrewboie @andyross |
Christian Tavares | 297ac37 | 2018-04-23 11:50:01 -0300 | [diff] [blame] | 284 | /include/updatehub.h @chtavares592 @otavio |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 285 | /include/zephyr.h @andrewboie @andyross |
| 286 | /kernel/ @andrewboie @andyross |
| 287 | /lib/gui/ @vanwinkeljan |
Paul Sokolovsky | a5519ed | 2019-04-24 18:12:20 +0300 | [diff] [blame] | 288 | /lib/libc/ @nashif |
Andrew Boie | 4ea404d | 2019-03-27 16:37:57 -0700 | [diff] [blame] | 289 | /lib/os/ @andrewboie @andyross |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 290 | /lib/posix/ @pfalcon |
Anas Nashif | c4284ba | 2019-05-07 08:31:51 -0400 | [diff] [blame] | 291 | /lib/cmsis_rtos_v2/ @nashif |
| 292 | /lib/cmsis_rtos_v1/ @nashif |
| 293 | /lib/libc/ @nashif @andrewboie |
Anas Nashif | 8017c59 | 2019-05-23 17:19:41 -0400 | [diff] [blame] | 294 | /modules/ @nashif |
Anas Nashif | 7352d2b | 2019-02-24 13:04:38 -0500 | [diff] [blame] | 295 | /kernel/device.c @andrewboie @andyross @nashif |
| 296 | /kernel/idle.c @andrewboie @andyross @nashif |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 297 | /samples/ @nashif |
Carles Cufi | fc3c2c0 | 2019-05-09 19:48:17 +0200 | [diff] [blame] | 298 | /samples/basic/minimal/ @carlescufi |
Gaute Gamnes | baa1a62 | 2019-03-12 09:06:07 +0100 | [diff] [blame] | 299 | /samples/basic/servo_motor/*microbit* @jhe |
Johan Hedberg | 2c86cac | 2019-05-07 10:26:21 +0300 | [diff] [blame] | 300 | /samples/bluetooth/ @joerchan @jhedberg @Vudentz |
Christian Tavares | 297ac37 | 2018-04-23 11:50:01 -0300 | [diff] [blame] | 301 | /lib/updatehub/ @chtavares592 @otavio |
| 302 | /samples/bluetooth/ @sjanc @jhedberg @Vudentz |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 303 | /samples/boards/intel_s1000_crb/ @sathishkuttan @dcpleung @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 304 | /samples/display/ @vanwinkeljan |
Alexander Wachter | 89ddc39 | 2019-02-25 17:15:06 +0100 | [diff] [blame] | 305 | /samples/drivers/CAN/ @alexanderwachter |
Henrik Brix Andersen | d481fa8 | 2019-03-24 20:24:31 +0100 | [diff] [blame] | 306 | /samples/drivers/ht16k33/ @henrikbrixandersen |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 307 | /samples/gui/ @vanwinkeljan |
| 308 | /samples/net/ @jukkar @tbursztyka @pfalcon |
| 309 | /samples/net/dns_resolve/ @jukkar @tbursztyka @pfalcon |
| 310 | /samples/net/lwm2m_client/ @mike-scott |
| 311 | /samples/net/mqtt_publisher/ @jukkar @tbursztyka |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 312 | /samples/net/sockets/coap_*/ @rveerama1 |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 313 | /samples/net/sockets/ @jukkar @tbursztyka @pfalcon |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 314 | /samples/sensor/ @MaureenHelm |
Christian Tavares | 297ac37 | 2018-04-23 11:50:01 -0300 | [diff] [blame] | 315 | /samples/net/updatehub/ @chtavares592 @otavio |
| 316 | /samples/sensor/ @bogdan-davidoaia |
Armando Visconti | 75e1f4e | 2019-01-28 17:29:39 +0100 | [diff] [blame] | 317 | /samples/shields/ @avisconti |
Jakub Rzeszutko | e943c27 | 2019-06-06 08:42:20 +0200 | [diff] [blame] | 318 | /samples/subsys/logging/ @nordic-krch @jakub-uC |
| 319 | /samples/subsys/shell/ @jakub-uC @nordic-krch |
Anas Nashif | cda6145 | 2019-02-18 19:32:55 -0500 | [diff] [blame] | 320 | /samples/subsys/usb/ @jfischer-phytec-iot @finikorg |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 321 | /samples/subsys/power/ @wentongwu @pizi-nordic |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 322 | /scripts/coccicheck @himanshujha199640 @JuliaLawall |
| 323 | /scripts/coccinelle/ @himanshujha199640 @JuliaLawall |
Ulf Magnusson | a1c3cc6 | 2019-05-06 14:23:47 +0200 | [diff] [blame] | 324 | /scripts/kconfig/ @ulfalizer |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 325 | /scripts/elf_helper.py @andrewboie |
Andrew Boie | 035bc2c | 2019-04-24 10:21:54 -0700 | [diff] [blame] | 326 | /scripts/sanity_chk/expr_parser.py @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 327 | /scripts/gen_app_partitions.py @andrewboie |
Ulf Magnusson | 62d5741 | 2018-12-17 20:09:47 +0100 | [diff] [blame] | 328 | /scripts/dts/ @ulfalizer @galak |
Marc Herbert | c78be1b | 2019-02-28 20:56:55 -0800 | [diff] [blame] | 329 | /arch/x86/gen_gdt.py @andrewboie |
| 330 | /arch/x86/gen_idt.py @andrewboie |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 331 | /scripts/gen_kobject_list.py @andrewboie |
Ioannis Glaropoulos | c06a74c | 2019-06-12 18:14:49 +0200 | [diff] [blame] | 332 | /scripts/gen_priv_stacks.py @andrewboie @agross-oss @ioannisg |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 333 | /scripts/gen_syscall_header.py @andrewboie |
| 334 | /scripts/gen_syscalls.py @andrewboie |
| 335 | /scripts/process_gperf.py @andrewboie |
Wentong Wu | ec150d6 | 2019-05-22 17:49:08 +0800 | [diff] [blame] | 336 | /scripts/gen_relocate_app.py @wentongwu |
Andrew Boie | 035bc2c | 2019-04-24 10:21:54 -0700 | [diff] [blame] | 337 | /scripts/sanity_chk/ @nashif |
| 338 | /scripts/sanitycheck @nashif |
Erwan Gouriou | 831fbed | 2019-03-08 11:39:59 +0100 | [diff] [blame] | 339 | /scripts/series-push-hook.sh @erwango |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 340 | /scripts/west_commands/ @mbolivar |
| 341 | /scripts/west-commands.yml @mbolivar |
Torsten Rasmussen | bd7569f | 2019-03-19 10:38:18 +0100 | [diff] [blame] | 342 | /scripts/zephyr_module.py @tejlmand |
Alberto Escolar Piedras | 831c332 | 2019-10-22 16:33:11 +0200 | [diff] [blame^] | 343 | /scripts/valgrind.supp @aescolar |
Johan Hedberg | 2c86cac | 2019-05-07 10:26:21 +0300 | [diff] [blame] | 344 | /subsys/bluetooth/ @joerchan @jhedberg @Vudentz |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 345 | /subsys/bluetooth/controller/ @carlescufi @cvinayak @thoh-ot |
Johan Hedberg | bd01949 | 2019-08-15 09:11:26 +0300 | [diff] [blame] | 346 | /subsys/bluetooth/mesh/ @jhedberg @trond-snekvik @joerchan @Vudentz |
Peter A. Bigot | b67332d | 2019-10-11 06:07:04 -0500 | [diff] [blame] | 347 | /subsys/cpp/ @pabigot @vanwinkeljan |
Anas Nashif | c4284ba | 2019-05-07 08:31:51 -0400 | [diff] [blame] | 348 | /subsys/debug/ @nashif |
Jun Yang | c7e625f | 2019-07-03 21:01:36 -0700 | [diff] [blame] | 349 | /subsys/disk/disk_access_spi_sdhc.c @JunYangNXP |
| 350 | /subsys/disk/disk_access_sdhc.h @JunYangNXP |
Jun Yang | da3765a | 2019-07-03 21:31:02 -0700 | [diff] [blame] | 351 | /subsys/disk/disk_access_usdhc.c @JunYangNXP |
Peter A. Bigot | 879ce9c | 2019-07-18 06:02:29 -0500 | [diff] [blame] | 352 | /subsys/fb/ @jfischer-phytec-iot |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 353 | /subsys/fs/ @nashif |
Ulf Magnusson | 406e942 | 2019-02-24 20:29:12 +0100 | [diff] [blame] | 354 | /subsys/fs/fcb/ @nvlsianpu |
Jan Van Winkel | a90c000 | 2019-01-14 20:49:31 +0100 | [diff] [blame] | 355 | /subsys/fs/fuse_fs_access.c @vanwinkeljan |
Peter A. Bigot | fb73fcd | 2019-07-21 11:28:29 -0500 | [diff] [blame] | 356 | /subsys/fs/littlefs_fs.c @pabigot |
Ulf Magnusson | 406e942 | 2019-02-24 20:29:12 +0100 | [diff] [blame] | 357 | /subsys/fs/nvs/ @Laczen |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 358 | /subsys/logging/ @nordic-krch |
Anas Nashif | 78e3540 | 2019-05-28 08:43:56 -0400 | [diff] [blame] | 359 | /subsys/mgmt/ @carlescufi @nvlsianpu |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 360 | /subsys/net/buf.c @jukkar @jhedberg @tbursztyka @pfalcon |
| 361 | /subsys/net/ip/ @jukkar @tbursztyka @pfalcon |
| 362 | /subsys/net/lib/ @jukkar @tbursztyka @pfalcon |
| 363 | /subsys/net/lib/dns/ @jukkar @tbursztyka @pfalcon |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 364 | /subsys/net/lib/lwm2m/ @mike-scott |
Jukka Rissanen | 94857d3 | 2019-04-24 17:53:49 +0300 | [diff] [blame] | 365 | /subsys/net/lib/config/ @jukkar @tbursztyka |
| 366 | /subsys/net/lib/mqtt/ @jukkar @tbursztyka @rlubos |
| 367 | /subsys/net/lib/openthread/ @rlubos |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 368 | /subsys/net/lib/coap/ @rveerama1 |
| 369 | /subsys/net/lib/sockets/ @jukkar @tbursztyka @pfalcon |
Jukka Rissanen | 94857d3 | 2019-04-24 17:53:49 +0300 | [diff] [blame] | 370 | /subsys/net/lib/tls_credentials/ @rlubos |
| 371 | /subsys/net/l2/ @jukkar @tbursztyka |
Alexander Wachter | 35f0167 | 2019-08-06 16:12:24 +0200 | [diff] [blame] | 372 | /subsys/net/l2/canbus/ @alexanderwachter @jukkar |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 373 | /subsys/power/ @wentongwu @pizi-nordic |
Carles Cufi | f897215 | 2019-02-20 13:20:43 +0100 | [diff] [blame] | 374 | /subsys/settings/ @nvlsianpu |
Jakub Rzeszutko | e943c27 | 2019-06-06 08:42:20 +0200 | [diff] [blame] | 375 | /subsys/shell/ @jakub-uC @nordic-krch |
Ulf Magnusson | 406e942 | 2019-02-24 20:29:12 +0100 | [diff] [blame] | 376 | /subsys/storage/ @nvlsianpu |
Anas Nashif | c4284ba | 2019-05-07 08:31:51 -0400 | [diff] [blame] | 377 | /subsys/testsuite/ @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 378 | /subsys/usb/ @jfischer-phytec-iot @finikorg |
Anas Nashif | f2f0b67 | 2019-05-03 14:42:35 -0400 | [diff] [blame] | 379 | /tests/ @nashif |
Peter Bigot | aded6a5 | 2019-08-13 17:52:48 -0500 | [diff] [blame] | 380 | /tests/application_development/libcxx/ @pabigot |
Ioannis Glaropoulos | 138c38b | 2019-07-12 11:17:14 +0200 | [diff] [blame] | 381 | /tests/arch/arm/ @ioannisg |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 382 | /tests/boards/native_posix/ @aescolar |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 383 | /tests/boards/intel_s1000_crb/ @dcpleung @sathishkuttan |
Johan Hedberg | 2c86cac | 2019-05-07 10:26:21 +0300 | [diff] [blame] | 384 | /tests/bluetooth/ @joerchan @jhedberg @Vudentz |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 385 | /tests/posix/ @pfalcon |
| 386 | /tests/crypto/ @ceolin |
| 387 | /tests/crypto/mbedtls/ @nashif @ceolin |
Alexander Wachter | 89ddc39 | 2019-02-25 17:15:06 +0100 | [diff] [blame] | 388 | /tests/drivers/can/ @alexanderwachter |
Kamil Piszczek | 570183c | 2019-04-18 14:55:38 +0200 | [diff] [blame] | 389 | /tests/drivers/flash_simulator/ @nvlsianpu |
Alexander Wachter | bcfe86b | 2019-02-25 17:22:06 +0100 | [diff] [blame] | 390 | /tests/drivers/hwinfo/ @alexanderwachter |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 391 | /tests/drivers/spi/ @tbursztyka |
Mieszko Mierunski | cbf4e54 | 2019-02-20 09:59:48 +0100 | [diff] [blame] | 392 | /tests/drivers/uart/uart_async_api/ @Mierunski |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 393 | /tests/kernel/ @andrewboie @andyross @nashif |
Benoit Leforestier | 3ef6308 | 2019-04-26 17:45:01 +0200 | [diff] [blame] | 394 | /tests/lib/ @nashif |
Anas Nashif | 6a86c55 | 2019-02-18 16:02:05 -0500 | [diff] [blame] | 395 | /tests/net/ @jukkar @tbursztyka @pfalcon |
| 396 | /tests/net/buf/ @jukkar @jhedberg @tbursztyka @pfalcon |
| 397 | /tests/net/lib/ @jukkar @tbursztyka @pfalcon |
| 398 | /tests/net/lib/http_header_fields/ @jukkar @tbursztyka |
| 399 | /tests/net/lib/mqtt_packet/ @jukkar @tbursztyka |
| 400 | /tests/net/lib/coap/ @rveerama1 |
| 401 | /tests/net/socket/ @jukkar @tbursztyka @pfalcon |
Anas Nashif | 636a7af | 2019-04-23 06:43:31 -0700 | [diff] [blame] | 402 | /tests/subsys/fs/ @nashif @wentongwu |
Andrzej Puzdrowski | b7a20d1 | 2019-03-04 10:51:08 +0100 | [diff] [blame] | 403 | /tests/subsys/settings/ @nvlsianpu |
Jakub Rzeszutko | e943c27 | 2019-06-06 08:42:20 +0200 | [diff] [blame] | 404 | /tests/subsys/shell/ @jakub-uC @nordic-krch |
David B. Kinder | a129f19 | 2018-05-22 08:41:52 -0700 | [diff] [blame] | 405 | # Get all docs reviewed |
Anas Nashif | cda6145 | 2019-02-18 19:32:55 -0500 | [diff] [blame] | 406 | *.rst @dbkinder |
Alberto Escolar Piedras | 132f02e | 2019-06-15 11:28:14 +0200 | [diff] [blame] | 407 | *posix*.rst @dbkinder @aescolar |