Skip to content

Commit 97fc2b7

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 97fc2b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/trusted-firmware-m/Kconfig.tfm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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
24+
default "stm/stm32wba65i_dk" if BOARD_STM32WBA65I_DK1
2325
default "arm/musca_b1" if BOARD_V2M_MUSCA_B1
2426
default "arm/musca_s1" if BOARD_V2M_MUSCA_S1
2527
default "adi/max32657" if BOARD_MAX32657EVKIT_MAX32657_NS

0 commit comments

Comments
 (0)