Skip to content

Commit 1d2c0fa

Browse files
committed
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. Disable the warning around the affected code. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 546ea7f commit 1d2c0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ manifest:
9898
groups:
9999
- hal
100100
- name: hal_openisa
101-
revision: 40d049f69c50b58ea20473bee14cf93f518bf262
101+
revision: pull/7/head
102102
path: modules/hal/openisa
103103
groups:
104104
- hal

0 commit comments

Comments
 (0)