We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66460b commit 0557e6fCopy full SHA for 0557e6f
modules/hal_st/Kconfig
@@ -202,3 +202,6 @@ config USE_STDC_STTS751
202
bool
203
204
endif # HAS_STMEMSC
205
+
206
+config USE_ST_MEMS_ISPU
207
+ bool
west.yml
@@ -240,8 +240,10 @@ manifest:
240
groups:
241
- hal
242
- name: hal_st
243
- revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
+ revision: pull/26/head
244
path: modules/hal/st
245
+ submodules:
246
+ - path: sensor/embedded_cores/st-mems-ispu
247
248
249
- name: hal_stm32
0 commit comments