Skip to content

Commit e3ac172

Browse files
committed
modules: trusted-firmware-m: Declare stm32wba65i support
Declare stm32wba65i-dk1 and nucleo_wba65ri boards support in TF-M. Both comply with TF-M integration of platform stm/stm32wba65i-dk. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 8202d5f commit e3ac172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/trusted-firmware-m/Kconfig.tfm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ config TFM_BOARD
2020
default "stm/b_u585i_iot02a" if BOARD_B_U585I_IOT02A
2121
default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
2222
default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK
23+
default "stm/stm32wba65i_dk" if BOARD_NUCLEO_WBA65RI || BOARD_STM32WBA65I_DK1
2324
default "arm/musca_b1" if BOARD_V2M_MUSCA_B1
2425
default "arm/musca_s1" if BOARD_V2M_MUSCA_S1
2526
default "adi/max32657" if BOARD_MAX32657EVKIT_MAX32657_NS

0 commit comments

Comments
 (0)