From 44af61b865d859e2e68f88d73ece1d5b63e2a383 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 5 Dec 2023 17:50:18 +0100 Subject: [PATCH] west.yml: Point to hal_stm32 version compatible with STM32WBA BLE Update west manifest to point to hal_stm32 PR containing changes which allow to build a zephyr bluetooth application on STM32WBA. Prior building such application, user should run 'west blobs fetch stm32' to install binary blobs providing the BLE controller support. Signed-off-by: Erwan Gouriou --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 4cfffb58c919e2..0347bb086f6f3d 100644 --- a/west.yml +++ b/west.yml @@ -229,7 +229,7 @@ manifest: groups: - hal - name: hal_stm32 - revision: 39903791f413a944b3ec926276557757ea47a691 + revision: d183c9c9f56dfed04da0b8e150424177ab9ce51e path: modules/hal/stm32 groups: - hal