Skip to content

west: update hal_st to get embedded_cores support #93376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/hal_st/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,6 @@ config USE_STDC_STTS751
bool

endif # HAS_STMEMSC

config USE_ST_MEMS_ISPU
bool
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ manifest:
groups:
- hal
- name: hal_st
revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
revision: pull/26/head
path: modules/hal/st
groups:
- hal
Expand Down
Loading