From 60f81df0deee138a01f4e3f99bdfc55cc333ce4b Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Mon, 18 Nov 2024 20:44:15 +0100 Subject: [PATCH] fix MuriscvnnByoc festure --- mlonmcu/feature/features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mlonmcu/feature/features.py b/mlonmcu/feature/features.py index 19cded960..7b1fe85fd 100644 --- a/mlonmcu/feature/features.py +++ b/mlonmcu/feature/features.py @@ -349,6 +349,7 @@ class MuriscvnnByoc(SetupFeature, BackendFeature, PlatformFeature): "mattr": None, # for +nodsp, +nomve "debug_last_error": False, "use_vext": "AUTO", + "use_portable": "AUTO", "use_pext": "AUTO", }