From 2835fb98f34f11cb49f66c4641e6077c199b27ff Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Tue, 27 Jul 2021 11:19:06 -0300 Subject: [PATCH] MAINTAINERS: add espressif soc and colaborators Include riscv and xtensa boards Signed-off-by: Sylvio Alves --- MAINTAINERS.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index 915429d7de8..c08c92ba69a 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1425,12 +1425,18 @@ Espressif Platforms: status: maintained maintainers: - sylvioalves + - glaubermaroto + - ulipe files: - drivers/*/*esp32* - - boards/xtensa/esp32/ - - soc/xtensa/esp32/ + - boards/xtensa/esp32*/ + - soc/xtensa/esp32*/ + - boards/riscv/esp32*/ + - soc/riscv/esp32*/ - dts/xtensa/espressif/ + - dts/riscv/espressif/ - dts/bindings/*/*esp32* + - samples/boards/esp32* labels: - "platform: ESP32"