From 94efe238d7442ef0d7420186115f5025de2b17e0 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 9 Dec 2024 16:47:22 +0100 Subject: [PATCH 1/2] 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 b15fb8c28ee04b..d9a1b96bb1042e 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 From fc32f9d2b923e43c14852c67488b16c5eb19e60f Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 9 Dec 2024 16:49:43 +0100 Subject: [PATCH 2/2] MAINTAINERS: Add collaborators on STM32 Wireless Platforms Add @asm5878, @HoZel and @benothmn-st as collaborators on "STM32 Wireless Platforms" and "West project: hal_stm32" where they will take care of ble related libraries. Signed-off-by: Erwan Gouriou --- MAINTAINERS.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index d9a1b96bb1042e..3f49a7cbaac147 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -3998,6 +3998,9 @@ STM32 Wireless Platforms: maintainers: - erwango collaborators: + - asm5878 + - HoZHel + - benothmn-st - mathieuchopstm files: - boards/shields/x_nucleo_bnrg2a1/ @@ -4881,6 +4884,9 @@ West: - FRASTM - gautierg-st - marwaiehm-st + - asm5878 + - HoZHel + - benothmn-st files: - modules/Kconfig.stm32 labels: