Skip to content

Commit 7af19aa

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 7b3c59d commit 7af19aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic/nrf9160" if SOC_NRF9160

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ manifest:
355355
groups:
356356
- tee
357357
- name: trusted-firmware-m
358-
revision: 64738996dca5f5e058e0a358b81033f4b792be27
358+
revision: pull/133/head
359359
path: modules/tee/tf-m/trusted-firmware-m
360360
groups:
361361
- tee

0 commit comments

Comments
 (0)