modules/hal/openisa: Support building without -ffreestanding
With -ffreestanding disabled, Zephyr SDK 0.15.0 generates a potentially uninitialized variable warning that appears to be a false positive. Pull in the upstream version of the module which contains the fix. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
c4565ad5b6
commit
d72b791fb5
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -98,7 +98,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_openisa
|
||||
revision: 40d049f69c50b58ea20473bee14cf93f518bf262
|
||||
revision: d1e61c0c654d8ca9e73d27fca3a7eb3b7881cb6a
|
||||
path: modules/hal/openisa
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue