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 443e37b commit 799cfdbCopy full SHA for 799cfdb
tools/export/uvision/__init__.py
@@ -137,6 +137,8 @@ def is_target_supported(cls, target_name):
137
return False
138
if not DeviceCMSIS.check_supported(target_name):
139
140
+ if "Cortex-A" in target.core:
141
+ return False
142
if not hasattr(target, "post_binary_hook"):
143
return True
144
if target.post_binary_hook['function'] in cls.POST_BINARY_WHITELIST:
0 commit comments