Skip to content

Commit 0557e6f

Browse files
committed
west: update hal_st to get embedded_cores support
update hal_st to get embedded_cores support. Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent f66460b commit 0557e6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/hal_st/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,6 @@ config USE_STDC_STTS751
202202
bool
203203

204204
endif # HAS_STMEMSC
205+
206+
config USE_ST_MEMS_ISPU
207+
bool

west.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,10 @@ manifest:
240240
groups:
241241
- hal
242242
- name: hal_st
243-
revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
243+
revision: pull/26/head
244244
path: modules/hal/st
245+
submodules:
246+
- path: sensor/embedded_cores/st-mems-ispu
245247
groups:
246248
- hal
247249
- name: hal_stm32

0 commit comments

Comments
 (0)