From 198ad3f5a66deba986cd4892cfdf0edff8c18549 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 9 Dec 2024 16:47:22 +0100 Subject: [PATCH] MAINTAINERS: Split "STM32 platforms" Add a new "STM32 Wireless platforms" area split from existing "STM32 platforms". STM32 Wireless covers STM32 BLE areas: - STM32WB* based ST boards - STM32WB* drivers/bluetooth/hci drivers - STM32WB* soc/st/stm32 Additionally, the following domains are added to STM32 Wireless platforms: - BlueNRG drivers/bluetooth/hci drivers - shield x_nucleo_bnrg2a1, x_nucleo_idb05a1 and x_nucleo_wb05kn1 Signed-off-by: Erwan Gouriou --- MAINTAINERS.yml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index b15fb8c28ee04bf..9ba29b40abb96c5 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -3984,11 +3984,34 @@ STM32 Platforms: - dts/bindings/*/*stm32* - soc/st/stm32/ - samples/boards/st/ + files-exclude: + - boards/st/*wb* + - drivers/bluetooth/hci/*stm32*.c + - soc/st/stm32/stm32wb* labels: - "platform: STM32" description: >- - STM32 SOCs, dts files and related drivers. ST nucleo, disco and eval - boards. + STM32 SOCs, dts files and related drivers. ST development boards. + +STM32 Wireless Platforms: + status: maintained + maintainers: + - erwango + collaborators: + - mathieuchopstm + files: + - boards/shields/x_nucleo_bnrg2a1 + - boards/shields/x_nucleo_idb05a1 + - boards/shields/x_nucleo_wb05kn1 + - boards/st/*wb* + - drivers/bluetooth/hci/*stm32*.c + - drivers/bluetooth/hci/hci_spi_st.c + - soc/st/stm32/stm32wb* + labels: + - "platform: STM32" + description: >- + STM32WB SOCs, dts files and related drivers. STM32WB development boards + and ST bluetooth shields. Espressif Platforms: status: maintained