From 07b5860ebac60798c686747c95af14a62514a473 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 2 Nov 2022 12:25:47 -0700 Subject: [PATCH] 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 --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index fb94adce9255a..fcd647a57b5dc 100644 --- a/west.yml +++ b/west.yml @@ -98,7 +98,7 @@ manifest: groups: - hal - name: hal_openisa - revision: 40d049f69c50b58ea20473bee14cf93f518bf262 + revision: d1e61c0c654d8ca9e73d27fca3a7eb3b7881cb6a path: modules/hal/openisa groups: - hal