Skip to content

Commit

Permalink
fix microtvm_gvsoc_target.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Sep 9, 2024
1 parent 0254467 commit 7138957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlonmcu/platform/microtvm/microtvm_gvsoc_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ class GVSocMicroTvmPlatformTarget(TemplateMicroTvmPlatformTarget):
# "xpulp_version": None, # None means that xpulp extension is not used,
# "model": "pulp",
}
REQUIRED = Target.REQUIRED + [
REQUIRED = Target.REQUIRED | {
"gvsoc.exe",
"pulp_freertos.support_dir",
"pulp_freertos.config_dir",
"pulp_freertos.install_dir",
"microtvm_gvsoc.template",
"hannah_tvm.src_dir",
]
}

def __init__(self, name=None, features=None, config=None):
super().__init__(name=name, features=features, config=config)
Expand Down

0 comments on commit 7138957

Please sign in to comment.