Skip to content

Commit

Permalink
MAINTAINERS: Split "STM32 platforms"
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
erwango committed Dec 9, 2024
1 parent c0be51d commit 198ad3f
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 198ad3f

Please sign in to comment.