We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e264640 commit 22da2beCopy full SHA for 22da2be
tools/export/uvision/__init__.py
@@ -316,7 +316,7 @@ class UvisionArmc5(Uvision):
316
def is_target_supported(cls, target_name):
317
target = TARGET_MAP[target_name]
318
if not (set(target.supported_toolchains).intersection(
319
- set(["ARM", "uARM"]))):
+ set(["ARMC5", "uARM"]))):
320
return False
321
if not DeviceCMSIS.check_supported(target_name):
322
@@ -339,7 +339,7 @@ class UvisionArmc6(Uvision):
339
340
341
342
- set(["ARMC6"]))):
+ set(["ARM", "ARMC6", "uARM"]))):
343
344
345
0 commit comments